Html Css Color HEX #B9A02D Sahara

📋 copy color: '#B9A02D'

red 185 ◦ green 160 ◦ blue 45

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

Shades of Sahara #B9A02D

Tints of Sahara #B9A02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.54%

R = 47.44%
G = 41.03%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9A02D (or 0xB9A02D) is known color: Sahara. HEX triplet: B9, A0 and 2D. RGB value is (185,160,45). Sum of RGB (Red+Green+Blue) = 185+160+45=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A02D is #465FD2. Grayscale: #9A9A9A. Windows color (decimal): -4612051 or 2990265. OLE color: 2990265.

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

Color convert

RGB 185 160 45 -
CMYK 0 0.14 0.76 0.27
HSL 49.29º 0.61% 0.45% -
HSV(B) 49.29º 0.76% 0.73% -
XYZ 33.05 35.65 7.62 -
YUV 154.37 66.28 149.85 -
System Red Green Blue C M Y K H S L
Decimal 185 160 45 0 0.14 0.76 0.27 49.29 0.61 0.45
Hex B9 A0 2D 0 E 4C 1B 31 3D 2D
Octal 271 240 55 0 16 114 33 61 75 55
Binary 10111001 10100000 101101 0 1110 1001100 11011 110001 111101 101101

Color Harmonies of #B9A02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A02D

Black with #B9A02D

Text Example


Text Example

White with #B9A02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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