Html Css Color HEX #BCA266 Laser

📋 copy color: '#BCA266'

red 188 ◦ green 162 ◦ blue 102

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

Shades of Laser #BCA266

Tints of Laser #BCA266

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.84%

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

R = 41.59%
G = 35.84%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BCA266 (or 0xBCA266) is known color: Laser. HEX triplet: BC, A2 and 66. RGB value is (188,162,102). Sum of RGB (Red+Green+Blue) = 188+162+102=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA266 is #435D99. Grayscale: #A3A3A3. Windows color (decimal): -4414874 or 6726332. OLE color: 6726332.

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

Color convert

RGB 188 162 102 -
CMYK 0 0.14 0.46 0.26
HSL 41.86º 0.39% 0.57% -
HSV(B) 41.86º 0.46% 0.74% -
XYZ 36.06 37.49 17.91 -
YUV 162.93 93.61 145.88 -
System Red Green Blue C M Y K H S L
Decimal 188 162 102 0 0.14 0.46 0.26 41.86 0.39 0.57
Hex BC A2 66 0 E 2E 1A 2A 27 39
Octal 274 242 146 0 16 56 32 52 47 71
Binary 10111100 10100010 1100110 0 1110 101110 11010 101010 100111 111001

Color Harmonies of #BCA266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA266

Black with #BCA266

Text Example


Text Example

White with #BCA266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA266; }

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

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

background-color css

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

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

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

border-color css

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

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

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