Html Css Color HEX #BC9C70 Fallow

📋 copy color: '#BC9C70'

red 188 ◦ green 156 ◦ blue 112

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

Shades of Fallow #BC9C70

Tints of Fallow #BC9C70

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.21%

 BLUE value IS 112 (44.14% from 255) = 24.56%

R = 41.23%
G = 34.21%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC9C70 (or 0xBC9C70) is known color: Fallow. HEX triplet: BC, 9C and 70. RGB value is (188,156,112). Sum of RGB (Red+Green+Blue) = 188+156+112=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9C70 is #43638F. Grayscale: #A0A0A0. Windows color (decimal): -4416400 or 7380156. OLE color: 7380156.

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

Color convert

RGB 188 156 112 -
CMYK 0 0.17 0.40 0.26
HSL 34.74º 0.36% 0.59% -
HSV(B) 34.74º 0.4% 0.74% -
XYZ 35.55 35.64 20.33 -
YUV 160.55 100.6 147.58 -
System Red Green Blue C M Y K H S L
Decimal 188 156 112 0 0.17 0.40 0.26 34.74 0.36 0.59
Hex BC 9C 70 0 11 28 1A 23 24 3B
Octal 274 234 160 0 21 50 32 43 44 73
Binary 10111100 10011100 1110000 0 10001 101000 11010 100011 100100 111011

Color Harmonies of #BC9C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9C70

Black with #BC9C70

Text Example


Text Example

White with #BC9C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9C70; }

 p { color: rgb(188,156,112); }

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

background-color css

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

 a { background-color: rgb(188,156,112); }

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

border-color css

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

 span { border-color: rgb(188,156,112); }

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