Html Css Color HEX #BC9C71 Fallow

📋 copy color: '#BC9C71'

red 188 ◦ green 156 ◦ blue 113

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

Shades of Fallow #BC9C71

Tints of Fallow #BC9C71

RGB

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

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

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

R = 41.14%
G = 34.14%
B = 24.73%

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

#BC9C71 (or 0xBC9C71) is known color: Fallow. HEX triplet: BC, 9C and 71. RGB value is (188,156,113). Sum of RGB (Red+Green+Blue) = 188+156+113=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9C71 is #43638E. Grayscale: #A0A0A0. Windows color (decimal): -4416399 or 7445692. OLE color: 7445692.

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

Color convert

RGB 188 156 113 -
CMYK 0 0.17 0.40 0.26
HSL 34.4º 0.36% 0.59% -
HSV(B) 34.4º 0.4% 0.74% -
XYZ 35.61 35.66 20.63 -
YUV 160.67 101.1 147.5 -
System Red Green Blue C M Y K H S L
Decimal 188 156 113 0 0.17 0.40 0.26 34.4 0.36 0.59
Hex BC 9C 71 0 11 28 1A 22 24 3B
Octal 274 234 161 0 21 50 32 42 44 73
Binary 10111100 10011100 1110001 0 10001 101000 11010 100010 100100 111011

Color Harmonies of #BC9C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9C71

Black with #BC9C71

Text Example


Text Example

White with #BC9C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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