Html Css Color HEX #BC9C6D Fallow

📋 copy color: '#BC9C6D'

red 188 ◦ green 156 ◦ blue 109

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

Shades of Fallow #BC9C6D

Tints of Fallow #BC9C6D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.44%

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

R = 41.5%
G = 34.44%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC9C6D (or 0xBC9C6D) is known color: Fallow. HEX triplet: BC, 9C and 6D. RGB value is (188,156,109). Sum of RGB (Red+Green+Blue) = 188+156+109=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9C6D is #436392. Grayscale: #A0A0A0. Windows color (decimal): -4416403 or 7183548. OLE color: 7183548.

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

Color convert

RGB 188 156 109 -
CMYK 0 0.17 0.42 0.26
HSL 35.7º 0.37% 0.58% -
HSV(B) 35.7º 0.42% 0.74% -
XYZ 35.39 35.57 19.47 -
YUV 160.21 99.1 147.82 -
System Red Green Blue C M Y K H S L
Decimal 188 156 109 0 0.17 0.42 0.26 35.7 0.37 0.58
Hex BC 9C 6D 0 11 2A 1A 24 25 3A
Octal 274 234 155 0 21 52 32 44 45 72
Binary 10111100 10011100 1101101 0 10001 101010 11010 100100 100101 111010

Color Harmonies of #BC9C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9C6D

Black with #BC9C6D

Text Example


Text Example

White with #BC9C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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