Html Css Color HEX #BCA263 Laser

📋 copy color: '#BCA263'

red 188 ◦ green 162 ◦ blue 99

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

Shades of Laser #BCA263

Tints of Laser #BCA263

RGB

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

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

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

R = 41.87%
G = 36.08%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BCA263 (or 0xBCA263) is known color: Laser. HEX triplet: BC, A2 and 63. RGB value is (188,162,99). Sum of RGB (Red+Green+Blue) = 188+162+99=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA263 is #435D9C. Grayscale: #A2A2A2. Windows color (decimal): -4414877 or 6529724. OLE color: 6529724.

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

Color convert

RGB 188 162 99 -
CMYK 0 0.14 0.47 0.26
HSL 42.47º 0.4% 0.56% -
HSV(B) 42.47º 0.47% 0.74% -
XYZ 35.91 37.43 17.14 -
YUV 162.59 92.11 146.12 -
System Red Green Blue C M Y K H S L
Decimal 188 162 99 0 0.14 0.47 0.26 42.47 0.4 0.56
Hex BC A2 63 0 E 2F 1A 2A 28 38
Octal 274 242 143 0 16 57 32 52 50 70
Binary 10111100 10100010 1100011 0 1110 101111 11010 101010 101000 111000

Color Harmonies of #BCA263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA263

Black with #BCA263

Text Example


Text Example

White with #BCA263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA263; }

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

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

background-color css

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

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

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

border-color css

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

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

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