Html Css Color HEX #B09232 Reef Gold

📋 copy color: '#B09232'

red 176 ◦ green 146 ◦ blue 50

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

Shades of Reef Gold #B09232

Tints of Reef Gold #B09232

RGB

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

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

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

R = 47.31%
G = 39.25%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B09232 (or 0xB09232) is known color: Reef Gold. HEX triplet: B0, 92 and 32. RGB value is (176,146,50). Sum of RGB (Red+Green+Blue) = 176+146+50=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B09232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09232 is #4F6DCD. Grayscale: #909090. Windows color (decimal): -5205454 or 3314352. OLE color: 3314352.

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

Color convert

RGB 176 146 50 -
CMYK 0 0.17 0.72 0.31
HSL 45.71º 0.56% 0.44% -
HSV(B) 45.71º 0.72% 0.69% -
XYZ 28.76 30.02 7.3 -
YUV 144.03 74.94 150.81 -
System Red Green Blue C M Y K H S L
Decimal 176 146 50 0 0.17 0.72 0.31 45.71 0.56 0.44
Hex B0 92 32 0 11 48 1F 2E 38 2C
Octal 260 222 62 0 21 110 37 56 70 54
Binary 10110000 10010010 110010 0 10001 1001000 11111 101110 111000 101100

Color Harmonies of #B09232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09232

Black with #B09232

Text Example


Text Example

White with #B09232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09232; }

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

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

background-color css

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

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

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

border-color css

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

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

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