Html Css Color HEX #BCA370 Fallow

📋 copy color: '#BCA370'

red 188 ◦ green 163 ◦ blue 112

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

Shades of Fallow #BCA370

Tints of Fallow #BCA370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.19%

R = 40.6%
G = 35.21%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BCA370 (or 0xBCA370) is known color: Fallow. HEX triplet: BC, A3 and 70. RGB value is (188,163,112). Sum of RGB (Red+Green+Blue) = 188+163+112=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA370 is #435C8F. Grayscale: #A4A4A4. Windows color (decimal): -4414608 or 7381948. OLE color: 7381948.

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

Color convert

RGB 188 163 112 -
CMYK 0 0.13 0.40 0.26
HSL 40.26º 0.36% 0.59% -
HSV(B) 40.26º 0.4% 0.74% -
XYZ 36.76 38.06 20.74 -
YUV 164.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 188 163 112 0 0.13 0.40 0.26 40.26 0.36 0.59
Hex BC A3 70 0 D 28 1A 28 24 3B
Octal 274 243 160 0 15 50 32 50 44 73
Binary 10111100 10100011 1110000 0 1101 101000 11010 101000 100100 111011

Color Harmonies of #BCA370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA370

Black with #BCA370

Text Example


Text Example

White with #BCA370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA370; }

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

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

background-color css

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

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

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

border-color css

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

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

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