Html Css Color HEX #B2976C Fallow

📋 copy color: '#B2976C'

red 178 ◦ green 151 ◦ blue 108

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

Shades of Fallow #B2976C

Tints of Fallow #B2976C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.71%

R = 40.73%
G = 34.55%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2976C (or 0xB2976C) is known color: Fallow. HEX triplet: B2, 97 and 6C. RGB value is (178,151,108). Sum of RGB (Red+Green+Blue) = 178+151+108=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B2976C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2976C is #4D6893. Grayscale: #9A9A9A. Windows color (decimal): -5073044 or 7116722. OLE color: 7116722.

HSL color Cylindrical-coordinate representation of color #B2976C: hue angle of 36.86º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2976C is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 151 108 -
CMYK 0 0.15 0.39 0.30
HSL 36.86º 0.31% 0.56% -
HSV(B) 36.86º 0.39% 0.7% -
XYZ 32.13 32.68 18.8 -
YUV 154.17 101.95 145 -
System Red Green Blue C M Y K H S L
Decimal 178 151 108 0 0.15 0.39 0.30 36.86 0.31 0.56
Hex B2 97 6C 0 F 27 1E 25 1F 38
Octal 262 227 154 0 17 47 36 45 37 70
Binary 10110010 10010111 1101100 0 1111 100111 11110 100101 11111 111000

Color Harmonies of #B2976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2976C

Black with #B2976C

Text Example


Text Example

White with #B2976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2976C; }

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

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

background-color css

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

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

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

border-color css

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

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

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