Html Css Color HEX #B9A033 Sahara

📋 copy color: '#B9A033'

red 185 ◦ green 160 ◦ blue 51

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

Shades of Sahara #B9A033

Tints of Sahara #B9A033

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.4%

 BLUE value IS 51 (20.31% from 255) = 12.88%

R = 46.72%
G = 40.4%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B9A033 (or 0xB9A033) is known color: Sahara. HEX triplet: B9, A0 and 33. RGB value is (185,160,51). Sum of RGB (Red+Green+Blue) = 185+160+51=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 51 (20.31% from 255 or 12.88% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A033 is #465FCC. Grayscale: #9B9B9B. Windows color (decimal): -4612045 or 3383481. OLE color: 3383481.

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

Color convert

RGB 185 160 51 -
CMYK 0 0.14 0.72 0.27
HSL 48.81º 0.57% 0.46% -
HSV(B) 48.81º 0.72% 0.73% -
XYZ 33.18 35.69 8.27 -
YUV 155.05 69.28 149.36 -
System Red Green Blue C M Y K H S L
Decimal 185 160 51 0 0.14 0.72 0.27 48.81 0.57 0.46
Hex B9 A0 33 0 E 48 1B 31 39 2E
Octal 271 240 63 0 16 110 33 61 71 56
Binary 10111001 10100000 110011 0 1110 1001000 11011 110001 111001 101110

Color Harmonies of #B9A033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A033

Black with #B9A033

Text Example


Text Example

White with #B9A033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A033; }

 p { color: rgb(185,160,51); }

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

background-color css

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

 a { background-color: rgb(185,160,51); }

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

border-color css

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

 span { border-color: rgb(185,160,51); }

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