Html Css Color HEX #BC956E Fallow

📋 copy color: '#BC956E'

red 188 ◦ green 149 ◦ blue 110

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

Shades of Fallow #BC956E

Tints of Fallow #BC956E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.61%

R = 42.06%
G = 33.33%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC956E (or 0xBC956E) is known color: Fallow. HEX triplet: BC, 95 and 6E. RGB value is (188,149,110). Sum of RGB (Red+Green+Blue) = 188+149+110=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC956E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC956E is #436A91. Grayscale: #9C9C9C. Windows color (decimal): -4418194 or 7247292. OLE color: 7247292.

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

Color convert

RGB 188 149 110 -
CMYK 0 0.21 0.41 0.26
HSL 30º 0.37% 0.58% -
HSV(B) 30º 0.41% 0.74% -
XYZ 34.3 33.31 19.37 -
YUV 156.22 101.92 150.67 -
System Red Green Blue C M Y K H S L
Decimal 188 149 110 0 0.21 0.41 0.26 30 0.37 0.58
Hex BC 95 6E 0 15 29 1A 1E 25 3A
Octal 274 225 156 0 25 51 32 36 45 72
Binary 10111100 10010101 1101110 0 10101 101001 11010 11110 100101 111010

Color Harmonies of #BC956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC956E

Black with #BC956E

Text Example


Text Example

White with #BC956E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC956E; }

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

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

background-color css

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

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

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

border-color css

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

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

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