Html Css Color HEX #B9A02F Sahara

📋 copy color: '#B9A02F'

red 185 ◦ green 160 ◦ blue 47

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

Shades of Sahara #B9A02F

Tints of Sahara #B9A02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.99%

R = 47.19%
G = 40.82%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9A02F (or 0xB9A02F) is known color: Sahara. HEX triplet: B9, A0 and 2F. RGB value is (185,160,47). Sum of RGB (Red+Green+Blue) = 185+160+47=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 47 (18.75% from 255 or 11.99% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A02F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A02F is #465FD0. Grayscale: #9B9B9B. Windows color (decimal): -4612049 or 3121337. OLE color: 3121337.

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

Color convert

RGB 185 160 47 -
CMYK 0 0.14 0.75 0.27
HSL 49.13º 0.59% 0.45% -
HSV(B) 49.13º 0.75% 0.73% -
XYZ 33.09 35.66 7.83 -
YUV 154.59 67.28 149.69 -
System Red Green Blue C M Y K H S L
Decimal 185 160 47 0 0.14 0.75 0.27 49.13 0.59 0.45
Hex B9 A0 2F 0 E 4B 1B 31 3B 2D
Octal 271 240 57 0 16 113 33 61 73 55
Binary 10111001 10100000 101111 0 1110 1001011 11011 110001 111011 101101

Color Harmonies of #B9A02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A02F

Black with #B9A02F

Text Example


Text Example

White with #B9A02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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