Html Css Color HEX #B09234 Reef Gold

📋 copy color: '#B09234'

red 176 ◦ green 146 ◦ blue 52

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

Shades of Reef Gold #B09234

Tints of Reef Gold #B09234

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.04%

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

R = 47.06%
G = 39.04%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B09234 (or 0xB09234) is known color: Reef Gold. HEX triplet: B0, 92 and 34. RGB value is (176,146,52). Sum of RGB (Red+Green+Blue) = 176+146+52=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B09234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09234 is #4F6DCB. Grayscale: #909090. Windows color (decimal): -5205452 or 3445424. OLE color: 3445424.

HSL color Cylindrical-coordinate representation of color #B09234: hue angle of 45.48º 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 #B09234 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 146 52 -
CMYK 0 0.17 0.70 0.31
HSL 45.48º 0.54% 0.45% -
HSV(B) 45.48º 0.7% 0.69% -
XYZ 28.8 30.04 7.53 -
YUV 144.25 75.94 150.64 -
System Red Green Blue C M Y K H S L
Decimal 176 146 52 0 0.17 0.70 0.31 45.48 0.54 0.45
Hex B0 92 34 0 11 46 1F 2D 36 2D
Octal 260 222 64 0 21 106 37 55 66 55
Binary 10110000 10010010 110100 0 10001 1000110 11111 101101 110110 101101

Color Harmonies of #B09234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09234

Black with #B09234

Text Example


Text Example

White with #B09234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09234; }

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

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

background-color css

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

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

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

border-color css

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

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

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