Html Css Color HEX #B5931D Sahara

📋 copy color: '#B5931D'

red 181 ◦ green 147 ◦ blue 29

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

Shades of Sahara #B5931D

Tints of Sahara #B5931D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.18%

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

R = 50.7%
G = 41.18%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B5931D (or 0xB5931D) is known color: Sahara. HEX triplet: B5, 93 and 1D. RGB value is (181,147,29). Sum of RGB (Red+Green+Blue) = 181+147+29=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5931D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5931D is #4A6CE2. Grayscale: #909090. Windows color (decimal): -4877539 or 1938357. OLE color: 1938357.

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

Color convert

RGB 181 147 29 -
CMYK 0 0.19 0.84 0.29
HSL 46.58º 0.72% 0.41% -
HSV(B) 46.58º 0.84% 0.71% -
XYZ 29.71 30.78 5.54 -
YUV 143.71 63.26 154.59 -
System Red Green Blue C M Y K H S L
Decimal 181 147 29 0 0.19 0.84 0.29 46.58 0.72 0.41
Hex B5 93 1D 0 13 54 1D 2F 48 29
Octal 265 223 35 0 23 124 35 57 110 51
Binary 10110101 10010011 11101 0 10011 1010100 11101 101111 1001000 101001

Color Harmonies of #B5931D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5931D

Black with #B5931D

Text Example


Text Example

White with #B5931D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5931D; }

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

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

background-color css

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

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

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

border-color css

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

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

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