Html Css Color HEX #B3952F Sahara

📋 copy color: '#B3952F'

red 179 ◦ green 149 ◦ blue 47

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

Shades of Sahara #B3952F

Tints of Sahara #B3952F

RGB

 RED value IS 179 (70.31% from 255) = 47.73%

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

 BLUE value IS 47 (18.75% from 255) = 12.53%

R = 47.73%
G = 39.73%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3952F (or 0xB3952F) is known color: Sahara. HEX triplet: B3, 95 and 2F. RGB value is (179,149,47). Sum of RGB (Red+Green+Blue) = 179+149+47=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B3952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3952F is #4C6AD0. Grayscale: #929292. Windows color (decimal): -5008081 or 3118515. OLE color: 3118515.

HSL color Cylindrical-coordinate representation of color #B3952F: hue angle of 46.36º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B3952F is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 149 47 -
CMYK 0 0.17 0.74 0.30
HSL 46.36º 0.58% 0.44% -
HSV(B) 46.36º 0.74% 0.7% -
XYZ 29.85 31.28 7.15 -
YUV 146.34 71.94 151.29 -
System Red Green Blue C M Y K H S L
Decimal 179 149 47 0 0.17 0.74 0.30 46.36 0.58 0.44
Hex B3 95 2F 0 11 4A 1E 2E 3A 2C
Octal 263 225 57 0 21 112 36 56 72 54
Binary 10110011 10010101 101111 0 10001 1001010 11110 101110 111010 101100

Color Harmonies of #B3952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3952F

Black with #B3952F

Text Example


Text Example

White with #B3952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3952F; }

 p { color: rgb(179,149,47); }

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

background-color css

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

 a { background-color: rgb(179,149,47); }

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

border-color css

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

 span { border-color: rgb(179,149,47); }

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