Html Css Color HEX #B09132 Reef Gold

📋 copy color: '#B09132'

red 176 ◦ green 145 ◦ blue 50

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

Shades of Reef Gold #B09132

Tints of Reef Gold #B09132

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.08%

 BLUE value IS 50 (19.92% from 255) = 13.48%

R = 47.44%
G = 39.08%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B09132 (or 0xB09132) is known color: Reef Gold. HEX triplet: B0, 91 and 32. RGB value is (176,145,50). Sum of RGB (Red+Green+Blue) = 176+145+50=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B09132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09132 is #4F6ECD. Grayscale: #8F8F8F. Windows color (decimal): -5205710 or 3314096. OLE color: 3314096.

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

Color convert

RGB 176 145 50 -
CMYK 0 0.18 0.72 0.31
HSL 45.24º 0.56% 0.44% -
HSV(B) 45.24º 0.72% 0.69% -
XYZ 28.61 29.71 7.24 -
YUV 143.44 75.27 151.22 -
System Red Green Blue C M Y K H S L
Decimal 176 145 50 0 0.18 0.72 0.31 45.24 0.56 0.44
Hex B0 91 32 0 12 48 1F 2D 38 2C
Octal 260 221 62 0 22 110 37 55 70 54
Binary 10110000 10010001 110010 0 10010 1001000 11111 101101 111000 101100

Color Harmonies of #B09132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09132

Black with #B09132

Text Example


Text Example

White with #B09132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09132; }

 p { color: rgb(176,145,50); }

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

background-color css

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

 a { background-color: rgb(176,145,50); }

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

border-color css

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

 span { border-color: rgb(176,145,50); }

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