Html Css Color HEX #B08C33 Reef Gold

📋 copy color: '#B08C33'

red 176 ◦ green 140 ◦ blue 51

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

Shades of Reef Gold #B08C33

Tints of Reef Gold #B08C33

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.15%

 BLUE value IS 51 (20.31% from 255) = 13.9%

R = 47.96%
G = 38.15%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B08C33 (or 0xB08C33) is known color: Reef Gold. HEX triplet: B0, 8C and 33. RGB value is (176,140,51). Sum of RGB (Red+Green+Blue) = 176+140+51=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08C33 is #4F73CC. Grayscale: #8D8D8D. Windows color (decimal): -5206989 or 3378352. OLE color: 3378352.

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

Color convert

RGB 176 140 51 -
CMYK 0 0.20 0.71 0.31
HSL 42.72º 0.55% 0.45% -
HSV(B) 42.72º 0.71% 0.69% -
XYZ 27.88 28.23 7.11 -
YUV 140.62 77.43 153.24 -
System Red Green Blue C M Y K H S L
Decimal 176 140 51 0 0.20 0.71 0.31 42.72 0.55 0.45
Hex B0 8C 33 0 14 47 1F 2B 37 2D
Octal 260 214 63 0 24 107 37 53 67 55
Binary 10110000 10001100 110011 0 10100 1000111 11111 101011 110111 101101

Color Harmonies of #B08C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08C33

Black with #B08C33

Text Example


Text Example

White with #B08C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08C33; }

 p { color: rgb(176,140,51); }

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

background-color css

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

 a { background-color: rgb(176,140,51); }

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

border-color css

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

 span { border-color: rgb(176,140,51); }

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