Html Css Color HEX #B08D34 Reef Gold

📋 copy color: '#B08D34'

red 176 ◦ green 141 ◦ blue 52

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

Shades of Reef Gold #B08D34

Tints of Reef Gold #B08D34

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.21%

 BLUE value IS 52 (20.7% from 255) = 14.09%

R = 47.7%
G = 38.21%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B08D34 (or 0xB08D34) is known color: Reef Gold. HEX triplet: B0, 8D and 34. RGB value is (176,141,52). Sum of RGB (Red+Green+Blue) = 176+141+52=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08D34 is #4F72CB. Grayscale: #8D8D8D. Windows color (decimal): -5206732 or 3444144. OLE color: 3444144.

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

Color convert

RGB 176 141 52 -
CMYK 0 0.20 0.70 0.31
HSL 43.06º 0.54% 0.45% -
HSV(B) 43.06º 0.7% 0.69% -
XYZ 28.05 28.53 7.28 -
YUV 141.32 77.6 152.74 -
System Red Green Blue C M Y K H S L
Decimal 176 141 52 0 0.20 0.70 0.31 43.06 0.54 0.45
Hex B0 8D 34 0 14 46 1F 2B 36 2D
Octal 260 215 64 0 24 106 37 53 66 55
Binary 10110000 10001101 110100 0 10100 1000110 11111 101011 110110 101101

Color Harmonies of #B08D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08D34

Black with #B08D34

Text Example


Text Example

White with #B08D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08D34; }

 p { color: rgb(176,141,52); }

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

background-color css

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

 a { background-color: rgb(176,141,52); }

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

border-color css

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

 span { border-color: rgb(176,141,52); }

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