Html Css Color HEX #BCA665 Laser

📋 copy color: '#BCA665'

red 188 ◦ green 166 ◦ blue 101

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

Shades of Laser #BCA665

Tints of Laser #BCA665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.2%

R = 41.32%
G = 36.48%
B = 22.2%

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

#BCA665 (or 0xBCA665) is known color: Laser. HEX triplet: BC, A6 and 65. RGB value is (188,166,101). Sum of RGB (Red+Green+Blue) = 188+166+101=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA665 is #43599A. Grayscale: #A5A5A5. Windows color (decimal): -4413851 or 6661820. OLE color: 6661820.

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

Color convert

RGB 188 166 101 -
CMYK 0 0.12 0.46 0.26
HSL 44.83º 0.39% 0.57% -
HSV(B) 44.83º 0.46% 0.74% -
XYZ 36.72 38.9 17.89 -
YUV 165.17 91.79 144.29 -
System Red Green Blue C M Y K H S L
Decimal 188 166 101 0 0.12 0.46 0.26 44.83 0.39 0.57
Hex BC A6 65 0 C 2E 1A 2D 27 39
Octal 274 246 145 0 14 56 32 55 47 71
Binary 10111100 10100110 1100101 0 1100 101110 11010 101101 100111 111001

Color Harmonies of #BCA665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA665

Black with #BCA665

Text Example


Text Example

White with #BCA665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA665; }

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

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

background-color css

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

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

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

border-color css

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

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

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