Html Css Color HEX #B5A02E Sahara

📋 copy color: '#B5A02E'

red 181 ◦ green 160 ◦ blue 46

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

Shades of Sahara #B5A02E

Tints of Sahara #B5A02E

RGB

 RED value IS 181 (71.09% from 255) = 46.77%

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

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

R = 46.77%
G = 41.34%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5A02E (or 0xB5A02E) is known color: Sahara. HEX triplet: B5, A0 and 2E. RGB value is (181,160,46). Sum of RGB (Red+Green+Blue) = 181+160+46=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A02E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A02E is #4A5FD1. Grayscale: #999999. Windows color (decimal): -4874194 or 3055797. OLE color: 3055797.

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

Color convert

RGB 181 160 46 -
CMYK 0 0.12 0.75 0.29
HSL 50.67º 0.59% 0.45% -
HSV(B) 50.67º 0.75% 0.71% -
XYZ 32.12 35.16 7.68 -
YUV 153.28 67.46 147.77 -
System Red Green Blue C M Y K H S L
Decimal 181 160 46 0 0.12 0.75 0.29 50.67 0.59 0.45
Hex B5 A0 2E 0 C 4B 1D 33 3B 2D
Octal 265 240 56 0 14 113 35 63 73 55
Binary 10110101 10100000 101110 0 1100 1001011 11101 110011 111011 101101

Color Harmonies of #B5A02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A02E

Black with #B5A02E

Text Example


Text Example

White with #B5A02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A02E; }

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

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

background-color css

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

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

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

border-color css

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

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

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