Html Css Color HEX #BCA279 Fallow

📋 copy color: '#BCA279'

red 188 ◦ green 162 ◦ blue 121

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

Shades of Fallow #BCA279

Tints of Fallow #BCA279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.69%

R = 39.92%
G = 34.39%
B = 25.69%

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

#BCA279 (or 0xBCA279) is known color: Fallow. HEX triplet: BC, A2 and 79. RGB value is (188,162,121). Sum of RGB (Red+Green+Blue) = 188+162+121=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA279 is #435D86. Grayscale: #A5A5A5. Windows color (decimal): -4414855 or 7971516. OLE color: 7971516.

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

Color convert

RGB 188 162 121 -
CMYK 0 0.14 0.36 0.26
HSL 36.72º 0.33% 0.61% -
HSV(B) 36.72º 0.36% 0.74% -
XYZ 37.11 37.91 23.45 -
YUV 165.1 103.11 144.33 -
System Red Green Blue C M Y K H S L
Decimal 188 162 121 0 0.14 0.36 0.26 36.72 0.33 0.61
Hex BC A2 79 0 E 24 1A 25 21 3D
Octal 274 242 171 0 16 44 32 45 41 75
Binary 10111100 10100010 1111001 0 1110 100100 11010 100101 100001 111101

Color Harmonies of #BCA279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA279

Black with #BCA279

Text Example


Text Example

White with #BCA279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA279; }

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

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

background-color css

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

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

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

border-color css

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

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

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