Html Css Color HEX #BCA278 Fallow

📋 copy color: '#BCA278'

red 188 ◦ green 162 ◦ blue 120

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

Shades of Fallow #BCA278

Tints of Fallow #BCA278

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.47%

 BLUE value IS 120 (47.27% from 255) = 25.53%

R = 40%
G = 34.47%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BCA278 (or 0xBCA278) is known color: Fallow. HEX triplet: BC, A2 and 78. RGB value is (188,162,120). Sum of RGB (Red+Green+Blue) = 188+162+120=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA278 is #435D87. Grayscale: #A5A5A5. Windows color (decimal): -4414856 or 7905980. OLE color: 7905980.

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

Color convert

RGB 188 162 120 -
CMYK 0 0.14 0.36 0.26
HSL 37.06º 0.34% 0.6% -
HSV(B) 37.06º 0.36% 0.74% -
XYZ 37.05 37.89 23.13 -
YUV 164.99 102.61 144.42 -
System Red Green Blue C M Y K H S L
Decimal 188 162 120 0 0.14 0.36 0.26 37.06 0.34 0.6
Hex BC A2 78 0 E 24 1A 25 22 3C
Octal 274 242 170 0 16 44 32 45 42 74
Binary 10111100 10100010 1111000 0 1110 100100 11010 100101 100010 111100

Color Harmonies of #BCA278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA278

Black with #BCA278

Text Example


Text Example

White with #BCA278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA278; }

 p { color: rgb(188,162,120); }

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

background-color css

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

 a { background-color: rgb(188,162,120); }

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

border-color css

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

 span { border-color: rgb(188,162,120); }

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