Html Css Color HEX #BC9E6F Fallow

📋 copy color: '#BC9E6F'

red 188 ◦ green 158 ◦ blue 111

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

Shades of Fallow #BC9E6F

Tints of Fallow #BC9E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.29%

R = 41.14%
G = 34.57%
B = 24.29%

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

#BC9E6F (or 0xBC9E6F) is known color: Fallow. HEX triplet: BC, 9E and 6F. RGB value is (188,158,111). Sum of RGB (Red+Green+Blue) = 188+158+111=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9E6F is #436190. Grayscale: #A1A1A1. Windows color (decimal): -4415889 or 7315132. OLE color: 7315132.

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

Color convert

RGB 188 158 111 -
CMYK 0 0.16 0.41 0.26
HSL 36.62º 0.36% 0.59% -
HSV(B) 36.62º 0.41% 0.74% -
XYZ 35.84 36.29 20.16 -
YUV 161.61 99.44 146.82 -
System Red Green Blue C M Y K H S L
Decimal 188 158 111 0 0.16 0.41 0.26 36.62 0.36 0.59
Hex BC 9E 6F 0 10 29 1A 25 24 3B
Octal 274 236 157 0 20 51 32 45 44 73
Binary 10111100 10011110 1101111 0 10000 101001 11010 100101 100100 111011

Color Harmonies of #BC9E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9E6F

Black with #BC9E6F

Text Example


Text Example

White with #BC9E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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