Html Css Color HEX #B5971E Sahara

📋 copy color: '#B5971E'

red 181 ◦ green 151 ◦ blue 30

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

Shades of Sahara #B5971E

Tints of Sahara #B5971E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.71%

 BLUE value IS 30 (12.11% from 255) = 8.29%

R = 50%
G = 41.71%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5971E (or 0xB5971E) is known color: Sahara. HEX triplet: B5, 97 and 1E. RGB value is (181,151,30). Sum of RGB (Red+Green+Blue) = 181+151+30=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B5971E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5971E is #4A68E1. Grayscale: #929292. Windows color (decimal): -4876514 or 2004917. OLE color: 2004917.

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

Color convert

RGB 181 151 30 -
CMYK 0 0.17 0.83 0.29
HSL 48.08º 0.72% 0.41% -
HSV(B) 48.08º 0.83% 0.71% -
XYZ 30.36 32.05 5.81 -
YUV 146.18 62.44 152.84 -
System Red Green Blue C M Y K H S L
Decimal 181 151 30 0 0.17 0.83 0.29 48.08 0.72 0.41
Hex B5 97 1E 0 11 53 1D 30 48 29
Octal 265 227 36 0 21 123 35 60 110 51
Binary 10110101 10010111 11110 0 10001 1010011 11101 110000 1001000 101001

Color Harmonies of #B5971E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5971E

Black with #B5971E

Text Example


Text Example

White with #B5971E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5971E; }

 p { color: rgb(181,151,30); }

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

background-color css

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

 a { background-color: rgb(181,151,30); }

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

border-color css

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

 span { border-color: rgb(181,151,30); }

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