Html Css Color HEX #BCA666 Laser

📋 copy color: '#BCA666'

red 188 ◦ green 166 ◦ blue 102

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

Shades of Laser #BCA666

Tints of Laser #BCA666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.37%

R = 41.23%
G = 36.4%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BCA666 (or 0xBCA666) is known color: Laser. HEX triplet: BC, A6 and 66. RGB value is (188,166,102). Sum of RGB (Red+Green+Blue) = 188+166+102=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA666 is #435999. Grayscale: #A5A5A5. Windows color (decimal): -4413850 or 6727356. OLE color: 6727356.

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

Color convert

RGB 188 166 102 -
CMYK 0 0.12 0.46 0.26
HSL 44.65º 0.39% 0.57% -
HSV(B) 44.65º 0.46% 0.74% -
XYZ 36.77 38.92 18.15 -
YUV 165.28 92.29 144.2 -
System Red Green Blue C M Y K H S L
Decimal 188 166 102 0 0.12 0.46 0.26 44.65 0.39 0.57
Hex BC A6 66 0 C 2E 1A 2D 27 39
Octal 274 246 146 0 14 56 32 55 47 71
Binary 10111100 10100110 1100110 0 1100 101110 11010 101101 100111 111001

Color Harmonies of #BCA666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA666

Black with #BCA666

Text Example


Text Example

White with #BCA666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA666; }

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

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

background-color css

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

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

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

border-color css

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

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

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