#B18A30

Color #B18A30 Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #B18A30

Tints of Reef Gold #B18A30

Color information

#B18A30 (or 0xB18A30) is unknown color: approx Reef Gold. HEX triplet: B1, 8A and 30. RGB value is (177,138,48). Sum of RGB (Red+Green+Blue) = 177+138+48=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18A30 is #4E75CF. Grayscale: #8B8B8B. Windows color (decimal): -5141968 or 3181233. OLE color: 3181233.

HSL color Cylindrical-coordinate representation of color #B18A30: hue angle of 41.86º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B18A30 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB17713848-
CMYK00.220.730.31
HSL41.86º57.33%44.12%-
HSV(B)41.86º72.88%69.41%-
XYZ27.7527.746.69-
YUV139.476.42154.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 48.76%
GREEN value IS 138 (54.30% from 255) = 38.02%
BLUE value IS 48 (19.14% from 255) = 13.22%
R=48.76%
G=38.02%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771384800.220.730.3141.8657.3344.12
HexB18A30016491F2a392c
Octal2612126002611137527154
Binary1011000110001010110000010110100100111111101010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18A30; }

 p { color: rgb(177,138,48); }

 H1.HeaderClassName
 {
   color: #B18A30;
 }
 .AnyTagClassName
 {
   color: #B18A30;
 }
</style>
background-color css

<style>
 a { background-color: #B18A30; }

 a { background-color: rgb(177,138,48); }

 div.DivClassName
 {
   background-color: #B18A30;
 }
 .BgClassName
 {
   background-color: #B18A30;
 }
</style>
border-color css

<style>
 span { border-color: #B18A30; }

 span { border-color: rgb(177,138,48); }

 td.TdClassName
 {
   border-color: #B18A30;
 }
 .TagClassName
 {
   border-color: #B18A30;
 }
</style>