Html Css Color HEX #BCA659 Laser

📋 copy color: '#BCA659'

red 188 ◦ green 166 ◦ blue 89

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

Shades of Laser #BCA659

Tints of Laser #BCA659

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.47%

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

R = 42.44%
G = 37.47%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BCA659 (or 0xBCA659) is known color: Laser. HEX triplet: BC, A6 and 59. RGB value is (188,166,89). Sum of RGB (Red+Green+Blue) = 188+166+89=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 89 (35.16% from 255 or 20.09% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA659 is #4359A6. Grayscale: #A4A4A4. Windows color (decimal): -4413863 or 5875388. OLE color: 5875388.

HSL color Cylindrical-coordinate representation of color #BCA659: hue angle of 46.67º 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 #BCA659 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 166 89 -
CMYK 0 0.12 0.53 0.26
HSL 46.67º 0.42% 0.54% -
HSV(B) 46.67º 0.53% 0.74% -
XYZ 36.18 38.69 15.01 -
YUV 163.8 85.79 145.26 -
System Red Green Blue C M Y K H S L
Decimal 188 166 89 0 0.12 0.53 0.26 46.67 0.42 0.54
Hex BC A6 59 0 C 35 1A 2F 2A 36
Octal 274 246 131 0 14 65 32 57 52 66
Binary 10111100 10100110 1011001 0 1100 110101 11010 101111 101010 110110

Color Harmonies of #BCA659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA659

Black with #BCA659

Text Example


Text Example

White with #BCA659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA659; }

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

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

background-color css

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

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

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

border-color css

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

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

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