Html Css Color HEX #B5962E Sahara

📋 copy color: '#B5962E'

red 181 ◦ green 150 ◦ blue 46

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

Shades of Sahara #B5962E

Tints of Sahara #B5962E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.79%

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

R = 48.01%
G = 39.79%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5962E (or 0xB5962E) is known color: Sahara. HEX triplet: B5, 96 and 2E. RGB value is (181,150,46). Sum of RGB (Red+Green+Blue) = 181+150+46=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B5962E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5962E is #4A69D1. Grayscale: #939393. Windows color (decimal): -4876754 or 3053237. OLE color: 3053237.

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

Color convert

RGB 181 150 46 -
CMYK 0 0.17 0.75 0.29
HSL 46.22º 0.59% 0.45% -
HSV(B) 46.22º 0.75% 0.71% -
XYZ 30.46 31.83 7.12 -
YUV 147.41 70.77 151.96 -
System Red Green Blue C M Y K H S L
Decimal 181 150 46 0 0.17 0.75 0.29 46.22 0.59 0.45
Hex B5 96 2E 0 11 4B 1D 2E 3B 2D
Octal 265 226 56 0 21 113 35 56 73 55
Binary 10110101 10010110 101110 0 10001 1001011 11101 101110 111011 101101

Color Harmonies of #B5962E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5962E

Black with #B5962E

Text Example


Text Example

White with #B5962E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5962E; }

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

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

background-color css

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

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

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

border-color css

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

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

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