Html Css Color HEX #BC9873 Fallow

📋 copy color: '#BC9873'

red 188 ◦ green 152 ◦ blue 115

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

Shades of Fallow #BC9873

Tints of Fallow #BC9873

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.41%

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

R = 41.32%
G = 33.41%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC9873 (or 0xBC9873) is known color: Fallow. HEX triplet: BC, 98 and 73. RGB value is (188,152,115). Sum of RGB (Red+Green+Blue) = 188+152+115=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9873 is #43678C. Grayscale: #9E9E9E. Windows color (decimal): -4417421 or 7575740. OLE color: 7575740.

HSL color Cylindrical-coordinate representation of color #BC9873: hue angle of 30.41º 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 #BC9873 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 152 115 -
CMYK 0 0.19 0.39 0.26
HSL 30.41º 0.35% 0.59% -
HSV(B) 30.41º 0.39% 0.74% -
XYZ 35.06 34.39 21.01 -
YUV 158.55 103.43 149.01 -
System Red Green Blue C M Y K H S L
Decimal 188 152 115 0 0.19 0.39 0.26 30.41 0.35 0.59
Hex BC 98 73 0 13 27 1A 1E 23 3B
Octal 274 230 163 0 23 47 32 36 43 73
Binary 10111100 10011000 1110011 0 10011 100111 11010 11110 100011 111011

Color Harmonies of #BC9873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9873

Black with #BC9873

Text Example


Text Example

White with #BC9873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9873; }

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

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

background-color css

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

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

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

border-color css

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

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

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