Html Css Color HEX #B5961F Sahara

📋 copy color: '#B5961F'

red 181 ◦ green 150 ◦ blue 31

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

Shades of Sahara #B5961F

Tints of Sahara #B5961F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.56%

R = 50%
G = 41.44%
B = 8.56%

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

#B5961F (or 0xB5961F) is known color: Sahara. HEX triplet: B5, 96 and 1F. RGB value is (181,150,31). Sum of RGB (Red+Green+Blue) = 181+150+31=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B5961F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5961F is #4A69E0. Grayscale: #929292. Windows color (decimal): -4876769 or 2070197. OLE color: 2070197.

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

Color convert

RGB 181 150 31 -
CMYK 0 0.17 0.83 0.29
HSL 47.6º 0.71% 0.42% -
HSV(B) 47.6º 0.83% 0.71% -
XYZ 30.21 31.74 5.83 -
YUV 145.7 63.27 153.18 -
System Red Green Blue C M Y K H S L
Decimal 181 150 31 0 0.17 0.83 0.29 47.6 0.71 0.42
Hex B5 96 1F 0 11 53 1D 30 47 2A
Octal 265 226 37 0 21 123 35 60 107 52
Binary 10110101 10010110 11111 0 10001 1010011 11101 110000 1000111 101010

Color Harmonies of #B5961F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5961F

Black with #B5961F

Text Example


Text Example

White with #B5961F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5961F; }

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

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

background-color css

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

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

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

border-color css

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

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

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