Html Css Color HEX #B4972C Sahara

📋 copy color: '#B4972C'

red 180 ◦ green 151 ◦ blue 44

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

Shades of Sahara #B4972C

Tints of Sahara #B4972C

RGB

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

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

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

R = 48%
G = 40.27%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4972C (or 0xB4972C) is known color: Sahara. HEX triplet: B4, 97 and 2C. RGB value is (180,151,44). Sum of RGB (Red+Green+Blue) = 180+151+44=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B4972C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4972C is #4B68D3. Grayscale: #939393. Windows color (decimal): -4942036 or 2922420. OLE color: 2922420.

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

Color convert

RGB 180 151 44 -
CMYK 0 0.16 0.76 0.29
HSL 47.21º 0.61% 0.44% -
HSV(B) 47.21º 0.76% 0.71% -
XYZ 30.34 32.02 6.96 -
YUV 147.47 69.61 151.2 -
System Red Green Blue C M Y K H S L
Decimal 180 151 44 0 0.16 0.76 0.29 47.21 0.61 0.44
Hex B4 97 2C 0 10 4C 1D 2F 3D 2C
Octal 264 227 54 0 20 114 35 57 75 54
Binary 10110100 10010111 101100 0 10000 1001100 11101 101111 111101 101100

Color Harmonies of #B4972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4972C

Black with #B4972C

Text Example


Text Example

White with #B4972C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4972C; }

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

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

background-color css

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

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

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

border-color css

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

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

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