Html Css Color HEX #BC8C6C Fallow

📋 copy color: '#BC8C6C'

red 188 ◦ green 140 ◦ blue 108

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

Shades of Fallow #BC8C6C

Tints of Fallow #BC8C6C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.11%

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

R = 43.12%
G = 32.11%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC8C6C (or 0xBC8C6C) is known color: Fallow. HEX triplet: BC, 8C and 6C. RGB value is (188,140,108). Sum of RGB (Red+Green+Blue) = 188+140+108=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C6C is #437393. Grayscale: #969696. Windows color (decimal): -4420500 or 7113916. OLE color: 7113916.

HSL color Cylindrical-coordinate representation of color #BC8C6C: hue angle of 24º 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 #BC8C6C is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 140 108 -
CMYK 0 0.26 0.43 0.26
HSL 24º 0.37% 0.58% -
HSV(B) 24º 0.43% 0.74% -
XYZ 32.82 30.53 18.35 -
YUV 150.7 103.9 154.6 -
System Red Green Blue C M Y K H S L
Decimal 188 140 108 0 0.26 0.43 0.26 24 0.37 0.58
Hex BC 8C 6C 0 1A 2B 1A 18 25 3A
Octal 274 214 154 0 32 53 32 30 45 72
Binary 10111100 10001100 1101100 0 11010 101011 11010 11000 100101 111010

Color Harmonies of #BC8C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C6C

Black with #BC8C6C

Text Example


Text Example

White with #BC8C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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