Html Css Color HEX #BCA377 Fallow

📋 copy color: '#BCA377'

red 188 ◦ green 163 ◦ blue 119

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

Shades of Fallow #BCA377

Tints of Fallow #BCA377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.32%

R = 40%
G = 34.68%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BCA377 (or 0xBCA377) is known color: Fallow. HEX triplet: BC, A3 and 77. RGB value is (188,163,119). Sum of RGB (Red+Green+Blue) = 188+163+119=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA377 is #435C88. Grayscale: #A5A5A5. Windows color (decimal): -4414601 or 7840700. OLE color: 7840700.

HSL color Cylindrical-coordinate representation of color #BCA377: hue angle of 38.26º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCA377 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 163 119 -
CMYK 0 0.13 0.37 0.26
HSL 38.26º 0.34% 0.6% -
HSV(B) 38.26º 0.37% 0.74% -
XYZ 37.17 38.22 22.87 -
YUV 165.46 101.78 144.08 -
System Red Green Blue C M Y K H S L
Decimal 188 163 119 0 0.13 0.37 0.26 38.26 0.34 0.6
Hex BC A3 77 0 D 25 1A 26 22 3C
Octal 274 243 167 0 15 45 32 46 42 74
Binary 10111100 10100011 1110111 0 1101 100101 11010 100110 100010 111100

Color Harmonies of #BCA377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA377

Black with #BCA377

Text Example


Text Example

White with #BCA377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA377; }

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

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

background-color css

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

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

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

border-color css

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

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

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