Html Css Color HEX #B9A034 Sahara

📋 copy color: '#B9A034'

red 185 ◦ green 160 ◦ blue 52

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

Shades of Sahara #B9A034

Tints of Sahara #B9A034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.1%

R = 46.6%
G = 40.3%
B = 13.1%

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

#B9A034 (or 0xB9A034) is known color: Sahara. HEX triplet: B9, A0 and 34. RGB value is (185,160,52). Sum of RGB (Red+Green+Blue) = 185+160+52=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A034 is #465FCB. Grayscale: #9B9B9B. Windows color (decimal): -4612044 or 3449017. OLE color: 3449017.

HSL color Cylindrical-coordinate representation of color #B9A034: hue angle of 48.72º degrees, saturation: 0.56, 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 #B9A034 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 160 52 -
CMYK 0 0.14 0.72 0.27
HSL 48.72º 0.56% 0.46% -
HSV(B) 48.72º 0.72% 0.73% -
XYZ 33.2 35.7 8.39 -
YUV 155.16 69.78 149.28 -
System Red Green Blue C M Y K H S L
Decimal 185 160 52 0 0.14 0.72 0.27 48.72 0.56 0.46
Hex B9 A0 34 0 E 48 1B 31 38 2E
Octal 271 240 64 0 16 110 33 61 70 56
Binary 10111001 10100000 110100 0 1110 1001000 11011 110001 111000 101110

Color Harmonies of #B9A034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A034

Black with #B9A034

Text Example


Text Example

White with #B9A034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A034; }

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

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

background-color css

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

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

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

border-color css

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

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

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