Html Css Color HEX #BCA363 Laser

📋 copy color: '#BCA363'

red 188 ◦ green 163 ◦ blue 99

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

Shades of Laser #BCA363

Tints of Laser #BCA363

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.22%

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

R = 41.78%
G = 36.22%
B = 22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BCA363 (or 0xBCA363) is known color: Laser. HEX triplet: BC, A3 and 63. RGB value is (188,163,99). Sum of RGB (Red+Green+Blue) = 188+163+99=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA363 is #435C9C. Grayscale: #A3A3A3. Windows color (decimal): -4414621 or 6529980. OLE color: 6529980.

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

Color convert

RGB 188 163 99 -
CMYK 0 0.13 0.47 0.26
HSL 43.15º 0.4% 0.56% -
HSV(B) 43.15º 0.47% 0.74% -
XYZ 36.09 37.79 17.2 -
YUV 163.18 91.78 145.7 -
System Red Green Blue C M Y K H S L
Decimal 188 163 99 0 0.13 0.47 0.26 43.15 0.4 0.56
Hex BC A3 63 0 D 2F 1A 2B 28 38
Octal 274 243 143 0 15 57 32 53 50 70
Binary 10111100 10100011 1100011 0 1101 101111 11010 101011 101000 111000

Color Harmonies of #BCA363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA363

Black with #BCA363

Text Example


Text Example

White with #BCA363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA363; }

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

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

background-color css

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

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

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

border-color css

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

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

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