Html Css Color HEX #BC8B68 Fallow

📋 copy color: '#BC8B68'

red 188 ◦ green 139 ◦ blue 104

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

Shades of Fallow #BC8B68

Tints of Fallow #BC8B68

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.25%

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

R = 43.62%
G = 32.25%
B = 24.13%

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

#BC8B68 (or 0xBC8B68) is known color: Fallow. HEX triplet: BC, 8B and 68. RGB value is (188,139,104). Sum of RGB (Red+Green+Blue) = 188+139+104=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8B68 is #437497. Grayscale: #959595. Windows color (decimal): -4420760 or 6851516. OLE color: 6851516.

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

Color convert

RGB 188 139 104 -
CMYK 0 0.26 0.45 0.26
HSL 25º 0.39% 0.57% -
HSV(B) 25º 0.45% 0.74% -
XYZ 32.47 30.16 17.21 -
YUV 149.66 102.23 155.35 -
System Red Green Blue C M Y K H S L
Decimal 188 139 104 0 0.26 0.45 0.26 25 0.39 0.57
Hex BC 8B 68 0 1A 2D 1A 19 27 39
Octal 274 213 150 0 32 55 32 31 47 71
Binary 10111100 10001011 1101000 0 11010 101101 11010 11001 100111 111001

Color Harmonies of #BC8B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8B68

Black with #BC8B68

Text Example


Text Example

White with #BC8B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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