Html Css Color HEX #B2972C Sahara

📋 copy color: '#B2972C'

red 178 ◦ green 151 ◦ blue 44

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

Shades of Sahara #B2972C

Tints of Sahara #B2972C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.48%

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

R = 47.72%
G = 40.48%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2972C (or 0xB2972C) is known color: Sahara. HEX triplet: B2, 97 and 2C. RGB value is (178,151,44). Sum of RGB (Red+Green+Blue) = 178+151+44=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B2972C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2972C is #4D68D3. Grayscale: #939393. Windows color (decimal): -5073108 or 2922418. OLE color: 2922418.

HSL color Cylindrical-coordinate representation of color #B2972C: hue angle of 47.91º 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 #B2972C is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 151 44 -
CMYK 0 0.15 0.75 0.30
HSL 47.91º 0.6% 0.44% -
HSV(B) 47.91º 0.75% 0.7% -
XYZ 29.88 31.78 6.94 -
YUV 146.88 69.95 150.2 -
System Red Green Blue C M Y K H S L
Decimal 178 151 44 0 0.15 0.75 0.30 47.91 0.6 0.44
Hex B2 97 2C 0 F 4B 1E 30 3C 2C
Octal 262 227 54 0 17 113 36 60 74 54
Binary 10110010 10010111 101100 0 1111 1001011 11110 110000 111100 101100

Color Harmonies of #B2972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2972C

Black with #B2972C

Text Example


Text Example

White with #B2972C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2972C; }

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

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

background-color css

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

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

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

border-color css

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

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

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