Html Css Color HEX #B9A02E Sahara

📋 copy color: '#B9A02E'

red 185 ◦ green 160 ◦ blue 46

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

Shades of Sahara #B9A02E

Tints of Sahara #B9A02E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.76%

R = 47.31%
G = 40.92%
B = 11.76%

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

#B9A02E (or 0xB9A02E) is known color: Sahara. HEX triplet: B9, A0 and 2E. RGB value is (185,160,46). Sum of RGB (Red+Green+Blue) = 185+160+46=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 46 (18.36% from 255 or 11.76% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A02E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A02E is #465FD1. Grayscale: #9A9A9A. Windows color (decimal): -4612050 or 3055801. OLE color: 3055801.

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

Color convert

RGB 185 160 46 -
CMYK 0 0.14 0.75 0.27
HSL 49.21º 0.6% 0.45% -
HSV(B) 49.21º 0.75% 0.73% -
XYZ 33.07 35.65 7.72 -
YUV 154.48 66.78 149.77 -
System Red Green Blue C M Y K H S L
Decimal 185 160 46 0 0.14 0.75 0.27 49.21 0.6 0.45
Hex B9 A0 2E 0 E 4B 1B 31 3C 2D
Octal 271 240 56 0 16 113 33 61 74 55
Binary 10111001 10100000 101110 0 1110 1001011 11011 110001 111100 101101

Color Harmonies of #B9A02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A02E

Black with #B9A02E

Text Example


Text Example

White with #B9A02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A02E; }

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

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

background-color css

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

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

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

border-color css

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

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

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