Html Css Color HEX #BCA268 Fallow

📋 copy color: '#BCA268'

red 188 ◦ green 162 ◦ blue 104

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

Shades of Fallow #BCA268

Tints of Fallow #BCA268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.91%

R = 41.41%
G = 35.68%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BCA268 (or 0xBCA268) is known color: Fallow. HEX triplet: BC, A2 and 68. RGB value is (188,162,104). Sum of RGB (Red+Green+Blue) = 188+162+104=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA268 is #435D97. Grayscale: #A3A3A3. Windows color (decimal): -4414872 or 6857404. OLE color: 6857404.

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

Color convert

RGB 188 162 104 -
CMYK 0 0.14 0.45 0.26
HSL 41.43º 0.39% 0.57% -
HSV(B) 41.43º 0.45% 0.74% -
XYZ 36.16 37.53 18.44 -
YUV 163.16 94.61 145.72 -
System Red Green Blue C M Y K H S L
Decimal 188 162 104 0 0.14 0.45 0.26 41.43 0.39 0.57
Hex BC A2 68 0 E 2D 1A 29 27 39
Octal 274 242 150 0 16 55 32 51 47 71
Binary 10111100 10100010 1101000 0 1110 101101 11010 101001 100111 111001

Color Harmonies of #BCA268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA268

Black with #BCA268

Text Example


Text Example

White with #BCA268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA268; }

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

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

background-color css

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

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

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

border-color css

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

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

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