Html Css Color HEX #B9A132 Sahara

📋 copy color: '#B9A132'

red 185 ◦ green 161 ◦ blue 50

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

Shades of Sahara #B9A132

Tints of Sahara #B9A132

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.66%

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

R = 46.72%
G = 40.66%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B9A132 (or 0xB9A132) is known color: Sahara. HEX triplet: B9, A1 and 32. RGB value is (185,161,50). Sum of RGB (Red+Green+Blue) = 185+161+50=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A132 is #465ECD. Grayscale: #9B9B9B. Windows color (decimal): -4611790 or 3318201. OLE color: 3318201.

HSL color Cylindrical-coordinate representation of color #B9A132: hue angle of 49.33º 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 #B9A132 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 161 50 -
CMYK 0 0.13 0.73 0.27
HSL 49.33º 0.57% 0.46% -
HSV(B) 49.33º 0.73% 0.73% -
XYZ 33.33 36.03 8.22 -
YUV 155.52 68.45 149.03 -
System Red Green Blue C M Y K H S L
Decimal 185 161 50 0 0.13 0.73 0.27 49.33 0.57 0.46
Hex B9 A1 32 0 D 49 1B 31 39 2E
Octal 271 241 62 0 15 111 33 61 71 56
Binary 10111001 10100001 110010 0 1101 1001001 11011 110001 111001 101110

Color Harmonies of #B9A132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A132

Black with #B9A132

Text Example


Text Example

White with #B9A132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A132; }

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

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

background-color css

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

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

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

border-color css

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

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

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