Html Css Color HEX #BC9E6E Fallow

📋 copy color: '#BC9E6E'

red 188 ◦ green 158 ◦ blue 110

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

Shades of Fallow #BC9E6E

Tints of Fallow #BC9E6E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.65%

 BLUE value IS 110 (43.36% from 255) = 24.12%

R = 41.23%
G = 34.65%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC9E6E (or 0xBC9E6E) is known color: Fallow. HEX triplet: BC, 9E and 6E. RGB value is (188,158,110). Sum of RGB (Red+Green+Blue) = 188+158+110=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9E6E is #436191. Grayscale: #A1A1A1. Windows color (decimal): -4415890 or 7249596. OLE color: 7249596.

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

Color convert

RGB 188 158 110 -
CMYK 0 0.16 0.41 0.26
HSL 36.92º 0.37% 0.58% -
HSV(B) 36.92º 0.41% 0.74% -
XYZ 35.78 36.27 19.87 -
YUV 161.5 98.94 146.9 -
System Red Green Blue C M Y K H S L
Decimal 188 158 110 0 0.16 0.41 0.26 36.92 0.37 0.58
Hex BC 9E 6E 0 10 29 1A 25 25 3A
Octal 274 236 156 0 20 51 32 45 45 72
Binary 10111100 10011110 1101110 0 10000 101001 11010 100101 100101 111010

Color Harmonies of #BC9E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9E6E

Black with #BC9E6E

Text Example


Text Example

White with #BC9E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9E6E; }

 p { color: rgb(188,158,110); }

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

background-color css

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

 a { background-color: rgb(188,158,110); }

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

border-color css

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

 span { border-color: rgb(188,158,110); }

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