Html Css Color HEX #B2976D Fallow

📋 copy color: '#B2976D'

red 178 ◦ green 151 ◦ blue 109

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

Shades of Fallow #B2976D

Tints of Fallow #B2976D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.89%

R = 40.64%
G = 34.47%
B = 24.89%

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

#B2976D (or 0xB2976D) is known color: Fallow. HEX triplet: B2, 97 and 6D. RGB value is (178,151,109). Sum of RGB (Red+Green+Blue) = 178+151+109=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B2976D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2976D is #4D6892. Grayscale: #9A9A9A. Windows color (decimal): -5073043 or 7182258. OLE color: 7182258.

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

Color convert

RGB 178 151 109 -
CMYK 0 0.15 0.39 0.30
HSL 36.52º 0.31% 0.56% -
HSV(B) 36.52º 0.39% 0.7% -
XYZ 32.19 32.7 19.08 -
YUV 154.29 102.45 144.92 -
System Red Green Blue C M Y K H S L
Decimal 178 151 109 0 0.15 0.39 0.30 36.52 0.31 0.56
Hex B2 97 6D 0 F 27 1E 25 1F 38
Octal 262 227 155 0 17 47 36 45 37 70
Binary 10110010 10010111 1101101 0 1111 100111 11110 100101 11111 111000

Color Harmonies of #B2976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2976D

Black with #B2976D

Text Example


Text Example

White with #B2976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2976D; }

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

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

background-color css

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

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

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

border-color css

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

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

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