Html Css Color HEX #BC8D68 Fallow

📋 copy color: '#BC8D68'

red 188 ◦ green 141 ◦ blue 104

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

Shades of Fallow #BC8D68

Tints of Fallow #BC8D68

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.56%

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

R = 43.42%
G = 32.56%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC8D68 (or 0xBC8D68) is known color: Fallow. HEX triplet: BC, 8D and 68. RGB value is (188,141,104). Sum of RGB (Red+Green+Blue) = 188+141+104=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8D68 is #437297. Grayscale: #979797. Windows color (decimal): -4420248 or 6852028. OLE color: 6852028.

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

Color convert

RGB 188 141 104 -
CMYK 0 0.25 0.45 0.26
HSL 26.43º 0.39% 0.57% -
HSV(B) 26.43º 0.45% 0.74% -
XYZ 32.76 30.74 17.3 -
YUV 150.84 101.57 154.51 -
System Red Green Blue C M Y K H S L
Decimal 188 141 104 0 0.25 0.45 0.26 26.43 0.39 0.57
Hex BC 8D 68 0 19 2D 1A 1A 27 39
Octal 274 215 150 0 31 55 32 32 47 71
Binary 10111100 10001101 1101000 0 11001 101101 11010 11010 100111 111001

Color Harmonies of #BC8D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8D68

Black with #BC8D68

Text Example


Text Example

White with #BC8D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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