Html Css Color HEX #BC9868 Fallow

📋 copy color: '#BC9868'

red 188 ◦ green 152 ◦ blue 104

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

Shades of Fallow #BC9868

Tints of Fallow #BC9868

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.23%

 BLUE value IS 104 (41.02% from 255) = 23.42%

R = 42.34%
G = 34.23%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC9868 (or 0xBC9868) is known color: Fallow. HEX triplet: BC, 98 and 68. RGB value is (188,152,104). Sum of RGB (Red+Green+Blue) = 188+152+104=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9868 is #436797. Grayscale: #9D9D9D. Windows color (decimal): -4417432 or 6854844. OLE color: 6854844.

HSL color Cylindrical-coordinate representation of color #BC9868: hue angle of 34.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC9868 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 152 104 -
CMYK 0 0.19 0.45 0.26
HSL 34.29º 0.39% 0.57% -
HSV(B) 34.29º 0.45% 0.74% -
XYZ 34.47 34.15 17.87 -
YUV 157.29 97.93 149.9 -
System Red Green Blue C M Y K H S L
Decimal 188 152 104 0 0.19 0.45 0.26 34.29 0.39 0.57
Hex BC 98 68 0 13 2D 1A 22 27 39
Octal 274 230 150 0 23 55 32 42 47 71
Binary 10111100 10011000 1101000 0 10011 101101 11010 100010 100111 111001

Color Harmonies of #BC9868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9868

Black with #BC9868

Text Example


Text Example

White with #BC9868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9868; }

 p { color: rgb(188,152,104); }

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

background-color css

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

 a { background-color: rgb(188,152,104); }

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

border-color css

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

 span { border-color: rgb(188,152,104); }

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