Html Css Color HEX #BCA063 Laser

📋 copy color: '#BCA063'

red 188 ◦ green 160 ◦ blue 99

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

Shades of Laser #BCA063

Tints of Laser #BCA063

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.79%

 BLUE value IS 99 (39.06% from 255) = 22.15%

R = 42.06%
G = 35.79%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BCA063 (or 0xBCA063) is known color: Laser. HEX triplet: BC, A0 and 63. RGB value is (188,160,99). Sum of RGB (Red+Green+Blue) = 188+160+99=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA063 is #435F9C. Grayscale: #A1A1A1. Windows color (decimal): -4415389 or 6529212. OLE color: 6529212.

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

Color convert

RGB 188 160 99 -
CMYK 0 0.15 0.47 0.26
HSL 41.12º 0.4% 0.56% -
HSV(B) 41.12º 0.47% 0.74% -
XYZ 35.56 36.73 17.02 -
YUV 161.42 92.78 146.96 -
System Red Green Blue C M Y K H S L
Decimal 188 160 99 0 0.15 0.47 0.26 41.12 0.4 0.56
Hex BC A0 63 0 F 2F 1A 29 28 38
Octal 274 240 143 0 17 57 32 51 50 70
Binary 10111100 10100000 1100011 0 1111 101111 11010 101001 101000 111000

Color Harmonies of #BCA063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA063

Black with #BCA063

Text Example


Text Example

White with #BCA063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA063; }

 p { color: rgb(188,160,99); }

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

background-color css

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

 a { background-color: rgb(188,160,99); }

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

border-color css

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

 span { border-color: rgb(188,160,99); }

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