Html Css Color HEX #B5962B Sahara

📋 copy color: '#B5962B'

red 181 ◦ green 150 ◦ blue 43

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

Shades of Sahara #B5962B

Tints of Sahara #B5962B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.5%

R = 48.4%
G = 40.11%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5962B (or 0xB5962B) is known color: Sahara. HEX triplet: B5, 96 and 2B. RGB value is (181,150,43). Sum of RGB (Red+Green+Blue) = 181+150+43=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B5962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5962B is #4A69D4. Grayscale: #939393. Windows color (decimal): -4876757 or 2856629. OLE color: 2856629.

HSL color Cylindrical-coordinate representation of color #B5962B: hue angle of 46.52º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5962B is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 150 43 -
CMYK 0 0.17 0.76 0.29
HSL 46.52º 0.62% 0.44% -
HSV(B) 46.52º 0.76% 0.71% -
XYZ 30.4 31.81 6.82 -
YUV 147.07 69.27 152.2 -
System Red Green Blue C M Y K H S L
Decimal 181 150 43 0 0.17 0.76 0.29 46.52 0.62 0.44
Hex B5 96 2B 0 11 4C 1D 2F 3E 2C
Octal 265 226 53 0 21 114 35 57 76 54
Binary 10110101 10010110 101011 0 10001 1001100 11101 101111 111110 101100

Color Harmonies of #B5962B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5962B

Black with #B5962B

Text Example


Text Example

White with #B5962B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5962B; }

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

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

background-color css

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

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

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

border-color css

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

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

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