Html Css Color HEX #BC956D Fallow

📋 copy color: '#BC956D'

red 188 ◦ green 149 ◦ blue 109

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

Shades of Fallow #BC956D

Tints of Fallow #BC956D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.41%

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

R = 42.15%
G = 33.41%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC956D (or 0xBC956D) is known color: Fallow. HEX triplet: BC, 95 and 6D. RGB value is (188,149,109). Sum of RGB (Red+Green+Blue) = 188+149+109=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC956D is #436A92. Grayscale: #9C9C9C. Windows color (decimal): -4418195 or 7181756. OLE color: 7181756.

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

Color convert

RGB 188 149 109 -
CMYK 0 0.21 0.42 0.26
HSL 30.38º 0.37% 0.58% -
HSV(B) 30.38º 0.42% 0.74% -
XYZ 34.25 33.29 19.09 -
YUV 156.1 101.42 150.75 -
System Red Green Blue C M Y K H S L
Decimal 188 149 109 0 0.21 0.42 0.26 30.38 0.37 0.58
Hex BC 95 6D 0 15 2A 1A 1E 25 3A
Octal 274 225 155 0 25 52 32 36 45 72
Binary 10111100 10010101 1101101 0 10101 101010 11010 11110 100101 111010

Color Harmonies of #BC956D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC956D

Black with #BC956D

Text Example


Text Example

White with #BC956D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC956D; }

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

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

background-color css

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

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

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

border-color css

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

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

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