#B18D2F

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

Shades of Reef Gold #B18D2F

Tints of Reef Gold #B18D2F

Color information

#B18D2F (or 0xB18D2F) is unknown color: approx Reef Gold. HEX triplet: B1, 8D and 2F. RGB value is (177,141,47). Sum of RGB (Red+Green+Blue) = 177+141+47=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18D2F is #4E72D0. Grayscale: #8D8D8D. Windows color (decimal): -5141201 or 3116465. OLE color: 3116465.

HSL color Cylindrical-coordinate representation of color #B18D2F: hue angle of 43.38º degrees, saturation: 0.58, 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 #B18D2F is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB17714147-
CMYK00.200.730.31
HSL43.38º58.04%43.92%-
HSV(B)43.38º73.45%69.41%-
XYZ28.1728.66.73-
YUV141.0574.93153.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.49%
GREEN value IS 141 (55.47% from 255) = 38.63%
BLUE value IS 47 (18.75% from 255) = 12.88%
R=48.49%
G=38.63%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771414700.200.730.3143.3858.0443.92
HexB18D2F014491F2b3a2c
Octal2612155702411137537254
Binary1011000110001101101111010100100100111111101011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18D2F; }

 p { color: rgb(177,141,47); }

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

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

 a { background-color: rgb(177,141,47); }

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

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

 span { border-color: rgb(177,141,47); }

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