Html Css Color HEX #B08F36 Reef Gold

📋 copy color: '#B08F36'

red 176 ◦ green 143 ◦ blue 54

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

Shades of Reef Gold #B08F36

Tints of Reef Gold #B08F36

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.34%

 BLUE value IS 54 (21.48% from 255) = 14.48%

R = 47.18%
G = 38.34%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B08F36 (or 0xB08F36) is known color: Reef Gold. HEX triplet: B0, 8F and 36. RGB value is (176,143,54). Sum of RGB (Red+Green+Blue) = 176+143+54=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08F36 is #4F70C9. Grayscale: #8F8F8F. Windows color (decimal): -5206218 or 3575728. OLE color: 3575728.

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

Color convert

RGB 176 143 54 -
CMYK 0 0.19 0.69 0.31
HSL 43.77º 0.53% 0.45% -
HSV(B) 43.77º 0.69% 0.69% -
XYZ 28.39 29.14 7.62 -
YUV 142.72 77.93 151.74 -
System Red Green Blue C M Y K H S L
Decimal 176 143 54 0 0.19 0.69 0.31 43.77 0.53 0.45
Hex B0 8F 36 0 13 45 1F 2C 35 2D
Octal 260 217 66 0 23 105 37 54 65 55
Binary 10110000 10001111 110110 0 10011 1000101 11111 101100 110101 101101

Color Harmonies of #B08F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08F36

Black with #B08F36

Text Example


Text Example

White with #B08F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08F36; }

 p { color: rgb(176,143,54); }

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

background-color css

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

 a { background-color: rgb(176,143,54); }

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

border-color css

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

 span { border-color: rgb(176,143,54); }

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