Html Css Color HEX #B9A026 Sahara

📋 copy color: '#B9A026'

red 185 ◦ green 160 ◦ blue 38

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

Shades of Sahara #B9A026

Tints of Sahara #B9A026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.92%

R = 48.3%
G = 41.78%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B9A026 (or 0xB9A026) is known color: Sahara. HEX triplet: B9, A0 and 26. RGB value is (185,160,38). Sum of RGB (Red+Green+Blue) = 185+160+38=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 38 (15.23% from 255 or 9.92% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A026 is #465FD9. Grayscale: #9A9A9A. Windows color (decimal): -4612058 or 2531513. OLE color: 2531513.

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

Color convert

RGB 185 160 38 -
CMYK 0 0.14 0.79 0.27
HSL 49.8º 0.66% 0.44% -
HSV(B) 49.8º 0.79% 0.73% -
XYZ 32.93 35.6 6.97 -
YUV 153.57 62.78 150.42 -
System Red Green Blue C M Y K H S L
Decimal 185 160 38 0 0.14 0.79 0.27 49.8 0.66 0.44
Hex B9 A0 26 0 E 4F 1B 32 42 2C
Octal 271 240 46 0 16 117 33 62 102 54
Binary 10111001 10100000 100110 0 1110 1001111 11011 110010 1000010 101100

Color Harmonies of #B9A026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A026

Black with #B9A026

Text Example


Text Example

White with #B9A026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A026; }

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

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

background-color css

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

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

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

border-color css

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

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

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