Html Css Color HEX #B08E31 Reef Gold

📋 copy color: '#B08E31'

red 176 ◦ green 142 ◦ blue 49

#B08E31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef Gold #B08E31

Tints of Reef Gold #B08E31

RGB

 RED value IS 176 (69.14% from 255) = 47.96%

 GREEN value IS 142 (55.86% from 255) = 38.69%

 BLUE value IS 49 (19.53% from 255) = 13.35%

R = 47.96%
G = 38.69%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B08E31 (or 0xB08E31) is known color: Reef Gold. HEX triplet: B0, 8E and 31. RGB value is (176,142,49). Sum of RGB (Red+Green+Blue) = 176+142+49=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08E31 is #4F71CE. Grayscale: #8D8D8D. Windows color (decimal): -5206479 or 3247792. OLE color: 3247792.

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

Color convert

RGB 176 142 49 -
CMYK 0 0.19 0.72 0.31
HSL 43.94º 0.56% 0.44% -
HSV(B) 43.94º 0.72% 0.69% -
XYZ 28.13 28.8 6.98 -
YUV 141.56 75.76 152.56 -
System Red Green Blue C M Y K H S L
Decimal 176 142 49 0 0.19 0.72 0.31 43.94 0.56 0.44
Hex B0 8E 31 0 13 48 1F 2C 38 2C
Octal 260 216 61 0 23 110 37 54 70 54
Binary 10110000 10001110 110001 0 10011 1001000 11111 101100 111000 101100

Color Harmonies of #B08E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08E31

Black with #B08E31

Text Example


Text Example

White with #B08E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08E31; }

 p { color: rgb(176,142,49); }

 H1.HeaderClassName
 {
   color: #B08E31;
 }
 .AnyTagClassName
 {
   color: #B08E31;
 }
</style>

background-color css

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

 a { background-color: rgb(176,142,49); }

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

border-color css

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

 span { border-color: rgb(176,142,49); }

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