Html Css Color HEX #BC9371 Fallow

📋 copy color: '#BC9371'

red 188 ◦ green 147 ◦ blue 113

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

Shades of Fallow #BC9371

Tints of Fallow #BC9371

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.81%

 BLUE value IS 113 (44.53% from 255) = 25.22%

R = 41.96%
G = 32.81%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC9371 (or 0xBC9371) is known color: Fallow. HEX triplet: BC, 93 and 71. RGB value is (188,147,113). Sum of RGB (Red+Green+Blue) = 188+147+113=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9371 is #436C8E. Grayscale: #9B9B9B. Windows color (decimal): -4418703 or 7443388. OLE color: 7443388.

HSL color Cylindrical-coordinate representation of color #BC9371: hue angle of 27.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC9371 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 147 113 -
CMYK 0 0.22 0.40 0.26
HSL 27.2º 0.36% 0.59% -
HSV(B) 27.2º 0.4% 0.74% -
XYZ 34.15 32.75 20.14 -
YUV 155.38 104.08 151.26 -
System Red Green Blue C M Y K H S L
Decimal 188 147 113 0 0.22 0.40 0.26 27.2 0.36 0.59
Hex BC 93 71 0 16 28 1A 1B 24 3B
Octal 274 223 161 0 26 50 32 33 44 73
Binary 10111100 10010011 1110001 0 10110 101000 11010 11011 100100 111011

Color Harmonies of #BC9371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9371

Black with #BC9371

Text Example


Text Example

White with #BC9371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9371; }

 p { color: rgb(188,147,113); }

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

background-color css

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

 a { background-color: rgb(188,147,113); }

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

border-color css

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

 span { border-color: rgb(188,147,113); }

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