Html Css Color HEX #BCA062 Laser

📋 copy color: '#BCA062'

red 188 ◦ green 160 ◦ blue 98

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

Shades of Laser #BCA062

Tints of Laser #BCA062

RGB

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

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

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

R = 42.15%
G = 35.87%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BCA062 (or 0xBCA062) is known color: Laser. HEX triplet: BC, A0 and 62. RGB value is (188,160,98). Sum of RGB (Red+Green+Blue) = 188+160+98=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA062 is #435F9D. Grayscale: #A1A1A1. Windows color (decimal): -4415390 or 6463676. OLE color: 6463676.

HSL color Cylindrical-coordinate representation of color #BCA062: hue angle of 41.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 #BCA062 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 160 98 -
CMYK 0 0.15 0.48 0.26
HSL 41.33º 0.4% 0.56% -
HSV(B) 41.33º 0.48% 0.74% -
XYZ 35.51 36.71 16.77 -
YUV 161.3 92.28 147.04 -
System Red Green Blue C M Y K H S L
Decimal 188 160 98 0 0.15 0.48 0.26 41.33 0.4 0.56
Hex BC A0 62 0 F 30 1A 29 28 38
Octal 274 240 142 0 17 60 32 51 50 70
Binary 10111100 10100000 1100010 0 1111 110000 11010 101001 101000 111000

Color Harmonies of #BCA062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA062

Black with #BCA062

Text Example


Text Example

White with #BCA062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA062; }

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

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

background-color css

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

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

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

border-color css

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

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

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