Html Css Color HEX #B5911D Sahara

📋 copy color: '#B5911D'

red 181 ◦ green 145 ◦ blue 29

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

Shades of Sahara #B5911D

Tints of Sahara #B5911D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.85%

 BLUE value IS 29 (11.72% from 255) = 8.17%

R = 50.99%
G = 40.85%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B5911D (or 0xB5911D) is known color: Sahara. HEX triplet: B5, 91 and 1D. RGB value is (181,145,29). Sum of RGB (Red+Green+Blue) = 181+145+29=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B5911D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5911D is #4A6EE2. Grayscale: #8F8F8F. Windows color (decimal): -4878051 or 1937845. OLE color: 1937845.

HSL color Cylindrical-coordinate representation of color #B5911D: hue angle of 45.79º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5911D is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 145 29 -
CMYK 0 0.20 0.84 0.29
HSL 45.79º 0.72% 0.41% -
HSV(B) 45.79º 0.84% 0.71% -
XYZ 29.4 30.16 5.43 -
YUV 142.54 63.93 155.43 -
System Red Green Blue C M Y K H S L
Decimal 181 145 29 0 0.20 0.84 0.29 45.79 0.72 0.41
Hex B5 91 1D 0 14 54 1D 2E 48 29
Octal 265 221 35 0 24 124 35 56 110 51
Binary 10110101 10010001 11101 0 10100 1010100 11101 101110 1001000 101001

Color Harmonies of #B5911D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5911D

Black with #B5911D

Text Example


Text Example

White with #B5911D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5911D; }

 p { color: rgb(181,145,29); }

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

background-color css

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

 a { background-color: rgb(181,145,29); }

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

border-color css

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

 span { border-color: rgb(181,145,29); }

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