Html Css Color HEX #BC9D63 Fallow

📋 copy color: '#BC9D63'

red 188 ◦ green 157 ◦ blue 99

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

Shades of Fallow #BC9D63

Tints of Fallow #BC9D63

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.36%

 BLUE value IS 99 (39.06% from 255) = 22.3%

R = 42.34%
G = 35.36%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC9D63 (or 0xBC9D63) is known color: Fallow. HEX triplet: BC, 9D and 63. RGB value is (188,157,99). Sum of RGB (Red+Green+Blue) = 188+157+99=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9D63 is #43629C. Grayscale: #9F9F9F. Windows color (decimal): -4416157 or 6528444. OLE color: 6528444.

HSL color Cylindrical-coordinate representation of color #BC9D63: hue angle of 39.1º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC9D63 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 157 99 -
CMYK 0 0.16 0.47 0.26
HSL 39.1º 0.4% 0.56% -
HSV(B) 39.1º 0.47% 0.74% -
XYZ 35.05 35.71 16.85 -
YUV 159.66 93.77 148.22 -
System Red Green Blue C M Y K H S L
Decimal 188 157 99 0 0.16 0.47 0.26 39.1 0.4 0.56
Hex BC 9D 63 0 10 2F 1A 27 28 38
Octal 274 235 143 0 20 57 32 47 50 70
Binary 10111100 10011101 1100011 0 10000 101111 11010 100111 101000 111000

Color Harmonies of #BC9D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9D63

Black with #BC9D63

Text Example


Text Example

White with #BC9D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9D63; }

 p { color: rgb(188,157,99); }

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

background-color css

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

 a { background-color: rgb(188,157,99); }

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

border-color css

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

 span { border-color: rgb(188,157,99); }

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