Html Css Color HEX #B5A12E Sahara

📋 copy color: '#B5A12E'

red 181 ◦ green 161 ◦ blue 46

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

Shades of Sahara #B5A12E

Tints of Sahara #B5A12E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.49%

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

R = 46.65%
G = 41.49%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5A12E (or 0xB5A12E) is known color: Sahara. HEX triplet: B5, A1 and 2E. RGB value is (181,161,46). Sum of RGB (Red+Green+Blue) = 181+161+46=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 46 (18.36% from 255 or 11.86% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A12E is #4A5ED1. Grayscale: #9A9A9A. Windows color (decimal): -4873938 or 3056053. OLE color: 3056053.

HSL color Cylindrical-coordinate representation of color #B5A12E: hue angle of 51.11º 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 #B5A12E is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 161 46 -
CMYK 0 0.11 0.75 0.29
HSL 51.11º 0.59% 0.45% -
HSV(B) 51.11º 0.75% 0.71% -
XYZ 32.29 35.51 7.74 -
YUV 153.87 67.13 147.35 -
System Red Green Blue C M Y K H S L
Decimal 181 161 46 0 0.11 0.75 0.29 51.11 0.59 0.45
Hex B5 A1 2E 0 B 4B 1D 33 3B 2D
Octal 265 241 56 0 13 113 35 63 73 55
Binary 10110101 10100001 101110 0 1011 1001011 11101 110011 111011 101101

Color Harmonies of #B5A12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A12E

Black with #B5A12E

Text Example


Text Example

White with #B5A12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A12E; }

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

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

background-color css

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

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

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

border-color css

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

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

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