Html Css Color HEX #BC9968 Fallow

📋 copy color: '#BC9968'

red 188 ◦ green 153 ◦ blue 104

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

Shades of Fallow #BC9968

Tints of Fallow #BC9968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.37%

R = 42.25%
G = 34.38%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC9968 (or 0xBC9968) is known color: Fallow. HEX triplet: BC, 99 and 68. RGB value is (188,153,104). Sum of RGB (Red+Green+Blue) = 188+153+104=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9968 is #436697. Grayscale: #9E9E9E. Windows color (decimal): -4417176 or 6855100. OLE color: 6855100.

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

Color convert

RGB 188 153 104 -
CMYK 0 0.19 0.45 0.26
HSL 35º 0.39% 0.57% -
HSV(B) 35º 0.45% 0.74% -
XYZ 34.63 34.47 17.93 -
YUV 157.88 97.6 149.48 -
System Red Green Blue C M Y K H S L
Decimal 188 153 104 0 0.19 0.45 0.26 35 0.39 0.57
Hex BC 99 68 0 13 2D 1A 23 27 39
Octal 274 231 150 0 23 55 32 43 47 71
Binary 10111100 10011001 1101000 0 10011 101101 11010 100011 100111 111001

Color Harmonies of #BC9968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9968

Black with #BC9968

Text Example


Text Example

White with #BC9968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9968; }

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

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

background-color css

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

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

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

border-color css

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

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

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