Html Css Color HEX #B2952C Sahara

📋 copy color: '#B2952C'

red 178 ◦ green 149 ◦ blue 44

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

Shades of Sahara #B2952C

Tints of Sahara #B2952C

RGB

 RED value IS 178 (69.92% from 255) = 47.98%

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

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

R = 47.98%
G = 40.16%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2952C (or 0xB2952C) is known color: Sahara. HEX triplet: B2, 95 and 2C. RGB value is (178,149,44). Sum of RGB (Red+Green+Blue) = 178+149+44=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2952C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2952C is #4D6AD3. Grayscale: #929292. Windows color (decimal): -5073620 or 2921906. OLE color: 2921906.

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

Color convert

RGB 178 149 44 -
CMYK 0 0.16 0.75 0.30
HSL 47.01º 0.6% 0.44% -
HSV(B) 47.01º 0.75% 0.7% -
XYZ 29.56 31.14 6.84 -
YUV 145.7 70.61 151.04 -
System Red Green Blue C M Y K H S L
Decimal 178 149 44 0 0.16 0.75 0.30 47.01 0.6 0.44
Hex B2 95 2C 0 10 4B 1E 2F 3C 2C
Octal 262 225 54 0 20 113 36 57 74 54
Binary 10110010 10010101 101100 0 10000 1001011 11110 101111 111100 101100

Color Harmonies of #B2952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2952C

Black with #B2952C

Text Example


Text Example

White with #B2952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2952C; }

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

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

background-color css

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

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

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

border-color css

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

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

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