Html Css Color HEX #B9A232 Sahara

📋 copy color: '#B9A232'

red 185 ◦ green 162 ◦ blue 50

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

Shades of Sahara #B9A232

Tints of Sahara #B9A232

RGB

 RED value IS 185 (72.66% from 255) = 46.6%

 GREEN value IS 162 (63.67% from 255) = 40.81%

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

R = 46.6%
G = 40.81%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B9A232 (or 0xB9A232) is known color: Sahara. HEX triplet: B9, A2 and 32. RGB value is (185,162,50). Sum of RGB (Red+Green+Blue) = 185+162+50=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A232 is #465DCD. Grayscale: #9C9C9C. Windows color (decimal): -4611534 or 3318457. OLE color: 3318457.

HSL color Cylindrical-coordinate representation of color #B9A232: hue angle of 49.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B9A232 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 162 50 -
CMYK 0 0.12 0.73 0.27
HSL 49.78º 0.57% 0.46% -
HSV(B) 49.78º 0.73% 0.73% -
XYZ 33.5 36.39 8.27 -
YUV 156.11 68.12 148.61 -
System Red Green Blue C M Y K H S L
Decimal 185 162 50 0 0.12 0.73 0.27 49.78 0.57 0.46
Hex B9 A2 32 0 C 49 1B 32 39 2E
Octal 271 242 62 0 14 111 33 62 71 56
Binary 10111001 10100010 110010 0 1100 1001001 11011 110010 111001 101110

Color Harmonies of #B9A232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A232

Black with #B9A232

Text Example


Text Example

White with #B9A232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A232; }

 p { color: rgb(185,162,50); }

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

background-color css

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

 a { background-color: rgb(185,162,50); }

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

border-color css

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

 span { border-color: rgb(185,162,50); }

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