Html Css Color HEX #BC8C68 Fallow

📋 copy color: '#BC8C68'

red 188 ◦ green 140 ◦ blue 104

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

Shades of Fallow #BC8C68

Tints of Fallow #BC8C68

RGB

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

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

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

R = 43.52%
G = 32.41%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC8C68 (or 0xBC8C68) is known color: Fallow. HEX triplet: BC, 8C and 68. RGB value is (188,140,104). Sum of RGB (Red+Green+Blue) = 188+140+104=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C68 is #437397. Grayscale: #969696. Windows color (decimal): -4420504 or 6851772. OLE color: 6851772.

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

Color convert

RGB 188 140 104 -
CMYK 0 0.26 0.45 0.26
HSL 25.71º 0.39% 0.57% -
HSV(B) 25.71º 0.45% 0.74% -
XYZ 32.62 30.45 17.25 -
YUV 150.25 101.9 154.93 -
System Red Green Blue C M Y K H S L
Decimal 188 140 104 0 0.26 0.45 0.26 25.71 0.39 0.57
Hex BC 8C 68 0 1A 2D 1A 1A 27 39
Octal 274 214 150 0 32 55 32 32 47 71
Binary 10111100 10001100 1101000 0 11010 101101 11010 11010 100111 111001

Color Harmonies of #BC8C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C68

Black with #BC8C68

Text Example


Text Example

White with #BC8C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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