Html Css Color HEX #BCA274 Fallow

📋 copy color: '#BCA274'

red 188 ◦ green 162 ◦ blue 116

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

Shades of Fallow #BCA274

Tints of Fallow #BCA274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.89%

R = 40.34%
G = 34.76%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BCA274 (or 0xBCA274) is known color: Fallow. HEX triplet: BC, A2 and 74. RGB value is (188,162,116). Sum of RGB (Red+Green+Blue) = 188+162+116=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA274 is #435D8B. Grayscale: #A4A4A4. Windows color (decimal): -4414860 or 7643836. OLE color: 7643836.

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

Color convert

RGB 188 162 116 -
CMYK 0 0.14 0.38 0.26
HSL 38.33º 0.35% 0.6% -
HSV(B) 38.33º 0.38% 0.74% -
XYZ 36.81 37.79 21.88 -
YUV 164.53 100.61 144.74 -
System Red Green Blue C M Y K H S L
Decimal 188 162 116 0 0.14 0.38 0.26 38.33 0.35 0.6
Hex BC A2 74 0 E 26 1A 26 23 3C
Octal 274 242 164 0 16 46 32 46 43 74
Binary 10111100 10100010 1110100 0 1110 100110 11010 100110 100011 111100

Color Harmonies of #BCA274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA274

Black with #BCA274

Text Example


Text Example

White with #BCA274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA274; }

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

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

background-color css

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

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

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

border-color css

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

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

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