Html Css Color HEX #BCA560 Laser

📋 copy color: '#BCA560'

red 188 ◦ green 165 ◦ blue 96

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

Shades of Laser #BCA560

Tints of Laser #BCA560

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.75%

 BLUE value IS 96 (37.89% from 255) = 21.38%

R = 41.87%
G = 36.75%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BCA560 (or 0xBCA560) is known color: Laser. HEX triplet: BC, A5 and 60. RGB value is (188,165,96). Sum of RGB (Red+Green+Blue) = 188+165+96=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA560 is #435A9F. Grayscale: #A4A4A4. Windows color (decimal): -4414112 or 6333884. OLE color: 6333884.

HSL color Cylindrical-coordinate representation of color #BCA560: hue angle of 45º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCA560 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 165 96 -
CMYK 0 0.12 0.49 0.26
HSL 45º 0.41% 0.56% -
HSV(B) 45º 0.49% 0.74% -
XYZ 36.31 38.45 16.57 -
YUV 164.01 89.62 145.11 -
System Red Green Blue C M Y K H S L
Decimal 188 165 96 0 0.12 0.49 0.26 45 0.41 0.56
Hex BC A5 60 0 C 31 1A 2D 29 38
Octal 274 245 140 0 14 61 32 55 51 70
Binary 10111100 10100101 1100000 0 1100 110001 11010 101101 101001 111000

Color Harmonies of #BCA560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA560

Black with #BCA560

Text Example


Text Example

White with #BCA560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA560; }

 p { color: rgb(188,165,96); }

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

background-color css

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

 a { background-color: rgb(188,165,96); }

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

border-color css

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

 span { border-color: rgb(188,165,96); }

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