Html Css Color HEX #B4952F Sahara

📋 copy color: '#B4952F'

red 180 ◦ green 149 ◦ blue 47

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

Shades of Sahara #B4952F

Tints of Sahara #B4952F

RGB

 RED value IS 180 (70.7% from 255) = 47.87%

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

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

R = 47.87%
G = 39.63%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B4952F (or 0xB4952F) is known color: Sahara. HEX triplet: B4, 95 and 2F. RGB value is (180,149,47). Sum of RGB (Red+Green+Blue) = 180+149+47=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B4952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4952F is #4B6AD0. Grayscale: #939393. Windows color (decimal): -4942545 or 3118516. OLE color: 3118516.

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

Color convert

RGB 180 149 47 -
CMYK 0 0.17 0.74 0.29
HSL 46.02º 0.59% 0.45% -
HSV(B) 46.02º 0.74% 0.71% -
XYZ 30.08 31.4 7.17 -
YUV 146.64 71.77 151.79 -
System Red Green Blue C M Y K H S L
Decimal 180 149 47 0 0.17 0.74 0.29 46.02 0.59 0.45
Hex B4 95 2F 0 11 4A 1D 2E 3B 2D
Octal 264 225 57 0 21 112 35 56 73 55
Binary 10110100 10010101 101111 0 10001 1001010 11101 101110 111011 101101

Color Harmonies of #B4952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4952F

Black with #B4952F

Text Example


Text Example

White with #B4952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4952F; }

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

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

background-color css

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

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

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

border-color css

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

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

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