Html Css Color HEX #BC9A73 Fallow

📋 copy color: '#BC9A73'

red 188 ◦ green 154 ◦ blue 115

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

Shades of Fallow #BC9A73

Tints of Fallow #BC9A73

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.7%

 BLUE value IS 115 (45.31% from 255) = 25.16%

R = 41.14%
G = 33.7%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC9A73 (or 0xBC9A73) is known color: Fallow. HEX triplet: BC, 9A and 73. RGB value is (188,154,115). Sum of RGB (Red+Green+Blue) = 188+154+115=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9A73 is #43658C. Grayscale: #9F9F9F. Windows color (decimal): -4416909 or 7576252. OLE color: 7576252.

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

Color convert

RGB 188 154 115 -
CMYK 0 0.18 0.39 0.26
HSL 32.05º 0.35% 0.59% -
HSV(B) 32.05º 0.39% 0.74% -
XYZ 35.39 35.04 21.12 -
YUV 159.72 102.76 148.17 -
System Red Green Blue C M Y K H S L
Decimal 188 154 115 0 0.18 0.39 0.26 32.05 0.35 0.59
Hex BC 9A 73 0 12 27 1A 20 23 3B
Octal 274 232 163 0 22 47 32 40 43 73
Binary 10111100 10011010 1110011 0 10010 100111 11010 100000 100011 111011

Color Harmonies of #BC9A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A73

Black with #BC9A73

Text Example


Text Example

White with #BC9A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A73; }

 p { color: rgb(188,154,115); }

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

background-color css

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

 a { background-color: rgb(188,154,115); }

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

border-color css

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

 span { border-color: rgb(188,154,115); }

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