Html Css Color HEX #BC9871 Fallow

📋 copy color: '#BC9871'

red 188 ◦ green 152 ◦ blue 113

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

Shades of Fallow #BC9871

Tints of Fallow #BC9871

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.55%

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

R = 41.5%
G = 33.55%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC9871 (or 0xBC9871) is known color: Fallow. HEX triplet: BC, 98 and 71. RGB value is (188,152,113). Sum of RGB (Red+Green+Blue) = 188+152+113=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9871 is #43678E. Grayscale: #9E9E9E. Windows color (decimal): -4417423 or 7444668. OLE color: 7444668.

HSL color Cylindrical-coordinate representation of color #BC9871: hue angle of 31.2º 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 #BC9871 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 152 113 -
CMYK 0 0.19 0.40 0.26
HSL 31.2º 0.36% 0.59% -
HSV(B) 31.2º 0.4% 0.74% -
XYZ 34.95 34.34 20.41 -
YUV 158.32 102.43 149.17 -
System Red Green Blue C M Y K H S L
Decimal 188 152 113 0 0.19 0.40 0.26 31.2 0.36 0.59
Hex BC 98 71 0 13 28 1A 1F 24 3B
Octal 274 230 161 0 23 50 32 37 44 73
Binary 10111100 10011000 1110001 0 10011 101000 11010 11111 100100 111011

Color Harmonies of #BC9871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9871

Black with #BC9871

Text Example


Text Example

White with #BC9871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9871; }

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

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

background-color css

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

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

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

border-color css

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

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

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