Html Css Color HEX #BCA662 Laser

📋 copy color: '#BCA662'

red 188 ◦ green 166 ◦ blue 98

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

Shades of Laser #BCA662

Tints of Laser #BCA662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.68%

R = 41.59%
G = 36.73%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BCA662 (or 0xBCA662) is known color: Laser. HEX triplet: BC, A6 and 62. RGB value is (188,166,98). Sum of RGB (Red+Green+Blue) = 188+166+98=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA662 is #43599D. Grayscale: #A5A5A5. Windows color (decimal): -4413854 or 6465212. OLE color: 6465212.

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

Color convert

RGB 188 166 98 -
CMYK 0 0.12 0.48 0.26
HSL 45.33º 0.4% 0.56% -
HSV(B) 45.33º 0.48% 0.74% -
XYZ 36.58 38.85 17.13 -
YUV 164.83 90.29 144.53 -
System Red Green Blue C M Y K H S L
Decimal 188 166 98 0 0.12 0.48 0.26 45.33 0.4 0.56
Hex BC A6 62 0 C 30 1A 2D 28 38
Octal 274 246 142 0 14 60 32 55 50 70
Binary 10111100 10100110 1100010 0 1100 110000 11010 101101 101000 111000

Color Harmonies of #BCA662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA662

Black with #BCA662

Text Example


Text Example

White with #BCA662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA662; }

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

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

background-color css

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

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

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

border-color css

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

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

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