Html Css Color HEX #BC9965 Fallow

📋 copy color: '#BC9965'

red 188 ◦ green 153 ◦ blue 101

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

Shades of Fallow #BC9965

Tints of Fallow #BC9965

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.62%

 BLUE value IS 101 (39.84% from 255) = 22.85%

R = 42.53%
G = 34.62%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC9965 (or 0xBC9965) is known color: Fallow. HEX triplet: BC, 99 and 65. RGB value is (188,153,101). Sum of RGB (Red+Green+Blue) = 188+153+101=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9965 is #43669A. Grayscale: #9D9D9D. Windows color (decimal): -4417179 or 6658492. OLE color: 6658492.

HSL color Cylindrical-coordinate representation of color #BC9965: hue angle of 35.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC9965 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 153 101 -
CMYK 0 0.19 0.46 0.26
HSL 35.86º 0.39% 0.57% -
HSV(B) 35.86º 0.46% 0.74% -
XYZ 34.48 34.41 17.14 -
YUV 157.54 96.1 149.73 -
System Red Green Blue C M Y K H S L
Decimal 188 153 101 0 0.19 0.46 0.26 35.86 0.39 0.57
Hex BC 99 65 0 13 2E 1A 24 27 39
Octal 274 231 145 0 23 56 32 44 47 71
Binary 10111100 10011001 1100101 0 10011 101110 11010 100100 100111 111001

Color Harmonies of #BC9965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9965

Black with #BC9965

Text Example


Text Example

White with #BC9965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9965; }

 p { color: rgb(188,153,101); }

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

background-color css

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

 a { background-color: rgb(188,153,101); }

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

border-color css

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

 span { border-color: rgb(188,153,101); }

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