Html Css Color HEX #B5952C Sahara

📋 copy color: '#B5952C'

red 181 ◦ green 149 ◦ blue 44

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

Shades of Sahara #B5952C

Tints of Sahara #B5952C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.84%

 BLUE value IS 44 (17.58% from 255) = 11.76%

R = 48.4%
G = 39.84%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5952C (or 0xB5952C) is known color: Sahara. HEX triplet: B5, 95 and 2C. RGB value is (181,149,44). Sum of RGB (Red+Green+Blue) = 181+149+44=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B5952C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5952C is #4A6AD3. Grayscale: #939393. Windows color (decimal): -4877012 or 2921909. OLE color: 2921909.

HSL color Cylindrical-coordinate representation of color #B5952C: hue angle of 45.99º degrees, saturation: 0.61, 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 #B5952C is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 149 44 -
CMYK 0 0.18 0.76 0.29
HSL 45.99º 0.61% 0.44% -
HSV(B) 45.99º 0.76% 0.71% -
XYZ 30.26 31.5 6.87 -
YUV 146.6 70.1 152.54 -
System Red Green Blue C M Y K H S L
Decimal 181 149 44 0 0.18 0.76 0.29 45.99 0.61 0.44
Hex B5 95 2C 0 12 4C 1D 2E 3D 2C
Octal 265 225 54 0 22 114 35 56 75 54
Binary 10110101 10010101 101100 0 10010 1001100 11101 101110 111101 101100

Color Harmonies of #B5952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5952C

Black with #B5952C

Text Example


Text Example

White with #B5952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5952C; }

 p { color: rgb(181,149,44); }

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

background-color css

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

 a { background-color: rgb(181,149,44); }

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

border-color css

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

 span { border-color: rgb(181,149,44); }

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