Html Css Color HEX #BC9571 Fallow

📋 copy color: '#BC9571'

red 188 ◦ green 149 ◦ blue 113

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

Shades of Fallow #BC9571

Tints of Fallow #BC9571

RGB

 RED value IS 188 (73.83% from 255) = 41.78%

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

 BLUE value IS 113 (44.53% from 255) = 25.11%

R = 41.78%
G = 33.11%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC9571 (or 0xBC9571) is known color: Fallow. HEX triplet: BC, 95 and 71. RGB value is (188,149,113). Sum of RGB (Red+Green+Blue) = 188+149+113=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9571 is #436A8E. Grayscale: #9C9C9C. Windows color (decimal): -4418191 or 7443900. OLE color: 7443900.

HSL color Cylindrical-coordinate representation of color #BC9571: hue angle of 28.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC9571 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 149 113 -
CMYK 0 0.21 0.40 0.26
HSL 28.8º 0.36% 0.59% -
HSV(B) 28.8º 0.4% 0.74% -
XYZ 34.47 33.38 20.25 -
YUV 156.56 103.42 150.43 -
System Red Green Blue C M Y K H S L
Decimal 188 149 113 0 0.21 0.40 0.26 28.8 0.36 0.59
Hex BC 95 71 0 15 28 1A 1D 24 3B
Octal 274 225 161 0 25 50 32 35 44 73
Binary 10111100 10010101 1110001 0 10101 101000 11010 11101 100100 111011

Color Harmonies of #BC9571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9571

Black with #BC9571

Text Example


Text Example

White with #BC9571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9571; }

 p { color: rgb(188,149,113); }

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

background-color css

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

 a { background-color: rgb(188,149,113); }

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

border-color css

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

 span { border-color: rgb(188,149,113); }

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