Html Css Color HEX #BC9D6C Fallow

📋 copy color: '#BC9D6C'

red 188 ◦ green 157 ◦ blue 108

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

Shades of Fallow #BC9D6C

Tints of Fallow #BC9D6C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.66%

 BLUE value IS 108 (42.58% from 255) = 23.84%

R = 41.5%
G = 34.66%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC9D6C (or 0xBC9D6C) is known color: Fallow. HEX triplet: BC, 9D and 6C. RGB value is (188,157,108). Sum of RGB (Red+Green+Blue) = 188+157+108=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9D6C is #436293. Grayscale: #A0A0A0. Windows color (decimal): -4416148 or 7118268. OLE color: 7118268.

HSL color Cylindrical-coordinate representation of color #BC9D6C: hue angle of 36.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC9D6C is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 157 108 -
CMYK 0 0.16 0.43 0.26
HSL 36.75º 0.37% 0.58% -
HSV(B) 36.75º 0.43% 0.74% -
XYZ 35.5 35.89 19.24 -
YUV 160.68 98.27 147.48 -
System Red Green Blue C M Y K H S L
Decimal 188 157 108 0 0.16 0.43 0.26 36.75 0.37 0.58
Hex BC 9D 6C 0 10 2B 1A 25 25 3A
Octal 274 235 154 0 20 53 32 45 45 72
Binary 10111100 10011101 1101100 0 10000 101011 11010 100101 100101 111010

Color Harmonies of #BC9D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9D6C

Black with #BC9D6C

Text Example


Text Example

White with #BC9D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9D6C; }

 p { color: rgb(188,157,108); }

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

background-color css

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

 a { background-color: rgb(188,157,108); }

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

border-color css

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

 span { border-color: rgb(188,157,108); }

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