Html Css Color HEX #BCA059 Laser

📋 copy color: '#BCA059'

red 188 ◦ green 160 ◦ blue 89

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

Shades of Laser #BCA059

Tints of Laser #BCA059

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.61%

 BLUE value IS 89 (35.16% from 255) = 20.37%

R = 43.02%
G = 36.61%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BCA059 (or 0xBCA059) is known color: Laser. HEX triplet: BC, A0 and 59. RGB value is (188,160,89). Sum of RGB (Red+Green+Blue) = 188+160+89=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 89 (35.16% from 255 or 20.37% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA059 is #435FA6. Grayscale: #A0A0A0. Windows color (decimal): -4415399 or 5873852. OLE color: 5873852.

HSL color Cylindrical-coordinate representation of color #BCA059: hue angle of 43.03º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCA059 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 160 89 -
CMYK 0 0.15 0.53 0.26
HSL 43.03º 0.42% 0.54% -
HSV(B) 43.03º 0.53% 0.74% -
XYZ 35.11 36.55 14.66 -
YUV 160.28 87.78 147.77 -
System Red Green Blue C M Y K H S L
Decimal 188 160 89 0 0.15 0.53 0.26 43.03 0.42 0.54
Hex BC A0 59 0 F 35 1A 2B 2A 36
Octal 274 240 131 0 17 65 32 53 52 66
Binary 10111100 10100000 1011001 0 1111 110101 11010 101011 101010 110110

Color Harmonies of #BCA059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA059

Black with #BCA059

Text Example


Text Example

White with #BCA059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA059; }

 p { color: rgb(188,160,89); }

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

background-color css

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

 a { background-color: rgb(188,160,89); }

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

border-color css

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

 span { border-color: rgb(188,160,89); }

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