Html Css Color HEX #B5A02F Sahara

📋 copy color: '#B5A02F'

red 181 ◦ green 160 ◦ blue 47

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

Shades of Sahara #B5A02F

Tints of Sahara #B5A02F

RGB

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

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

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

R = 46.65%
G = 41.24%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B5A02F (or 0xB5A02F) is known color: Sahara. HEX triplet: B5, A0 and 2F. RGB value is (181,160,47). Sum of RGB (Red+Green+Blue) = 181+160+47=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A02F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A02F is #4A5FD0. Grayscale: #999999. Windows color (decimal): -4874193 or 3121333. OLE color: 3121333.

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

Color convert

RGB 181 160 47 -
CMYK 0 0.12 0.74 0.29
HSL 50.6º 0.59% 0.45% -
HSV(B) 50.6º 0.74% 0.71% -
XYZ 32.14 35.17 7.78 -
YUV 153.4 67.96 147.69 -
System Red Green Blue C M Y K H S L
Decimal 181 160 47 0 0.12 0.74 0.29 50.6 0.59 0.45
Hex B5 A0 2F 0 C 4A 1D 33 3B 2D
Octal 265 240 57 0 14 112 35 63 73 55
Binary 10110101 10100000 101111 0 1100 1001010 11101 110011 111011 101101

Color Harmonies of #B5A02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A02F

Black with #B5A02F

Text Example


Text Example

White with #B5A02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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