Html Css Color HEX #BC9E78 Fallow

📋 copy color: '#BC9E78'

red 188 ◦ green 158 ◦ blue 120

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

Shades of Fallow #BC9E78

Tints of Fallow #BC9E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.75%

R = 40.34%
G = 33.91%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC9E78 (or 0xBC9E78) is known color: Fallow. HEX triplet: BC, 9E and 78. RGB value is (188,158,120). Sum of RGB (Red+Green+Blue) = 188+158+120=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9E78 is #436187. Grayscale: #A2A2A2. Windows color (decimal): -4415880 or 7904956. OLE color: 7904956.

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

Color convert

RGB 188 158 120 -
CMYK 0 0.16 0.36 0.26
HSL 33.53º 0.34% 0.6% -
HSV(B) 33.53º 0.36% 0.74% -
XYZ 36.36 36.5 22.9 -
YUV 162.64 103.94 146.09 -
System Red Green Blue C M Y K H S L
Decimal 188 158 120 0 0.16 0.36 0.26 33.53 0.34 0.6
Hex BC 9E 78 0 10 24 1A 22 22 3C
Octal 274 236 170 0 20 44 32 42 42 74
Binary 10111100 10011110 1111000 0 10000 100100 11010 100010 100010 111100

Color Harmonies of #BC9E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9E78

Black with #BC9E78

Text Example


Text Example

White with #BC9E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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