Html Css Color HEX #BC9A6D Fallow

📋 copy color: '#BC9A6D'

red 188 ◦ green 154 ◦ blue 109

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

Shades of Fallow #BC9A6D

Tints of Fallow #BC9A6D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.15%

 BLUE value IS 109 (42.97% from 255) = 24.17%

R = 41.69%
G = 34.15%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC9A6D (or 0xBC9A6D) is known color: Fallow. HEX triplet: BC, 9A and 6D. RGB value is (188,154,109). Sum of RGB (Red+Green+Blue) = 188+154+109=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9A6D is #436592. Grayscale: #9F9F9F. Windows color (decimal): -4416915 or 7183036. OLE color: 7183036.

HSL color Cylindrical-coordinate representation of color #BC9A6D: hue angle of 34.18º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC9A6D is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 154 109 -
CMYK 0 0.18 0.42 0.26
HSL 34.18º 0.37% 0.58% -
HSV(B) 34.18º 0.42% 0.74% -
XYZ 35.05 34.91 19.36 -
YUV 159.04 99.76 148.66 -
System Red Green Blue C M Y K H S L
Decimal 188 154 109 0 0.18 0.42 0.26 34.18 0.37 0.58
Hex BC 9A 6D 0 12 2A 1A 22 25 3A
Octal 274 232 155 0 22 52 32 42 45 72
Binary 10111100 10011010 1101101 0 10010 101010 11010 100010 100101 111010

Color Harmonies of #BC9A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A6D

Black with #BC9A6D

Text Example


Text Example

White with #BC9A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A6D; }

 p { color: rgb(188,154,109); }

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

background-color css

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

 a { background-color: rgb(188,154,109); }

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

border-color css

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

 span { border-color: rgb(188,154,109); }

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