Html Css Color HEX #BCA373 Fallow

📋 copy color: '#BCA373'

red 188 ◦ green 163 ◦ blue 115

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

Shades of Fallow #BCA373

Tints of Fallow #BCA373

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.98%

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

R = 40.34%
G = 34.98%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BCA373 (or 0xBCA373) is known color: Fallow. HEX triplet: BC, A3 and 73. RGB value is (188,163,115). Sum of RGB (Red+Green+Blue) = 188+163+115=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA373 is #435C8C. Grayscale: #A5A5A5. Windows color (decimal): -4414605 or 7578556. OLE color: 7578556.

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

Color convert

RGB 188 163 115 -
CMYK 0 0.13 0.39 0.26
HSL 39.45º 0.35% 0.59% -
HSV(B) 39.45º 0.39% 0.74% -
XYZ 36.93 38.12 21.63 -
YUV 165 99.78 144.4 -
System Red Green Blue C M Y K H S L
Decimal 188 163 115 0 0.13 0.39 0.26 39.45 0.35 0.59
Hex BC A3 73 0 D 27 1A 27 23 3B
Octal 274 243 163 0 15 47 32 47 43 73
Binary 10111100 10100011 1110011 0 1101 100111 11010 100111 100011 111011

Color Harmonies of #BCA373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA373

Black with #BCA373

Text Example


Text Example

White with #BCA373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA373; }

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

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

background-color css

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

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

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

border-color css

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

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

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