Html Css Color HEX #BCA365 Laser

📋 copy color: '#BCA365'

red 188 ◦ green 163 ◦ blue 101

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

Shades of Laser #BCA365

Tints of Laser #BCA365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.35%

R = 41.59%
G = 36.06%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BCA365 (or 0xBCA365) is known color: Laser. HEX triplet: BC, A3 and 65. RGB value is (188,163,101). Sum of RGB (Red+Green+Blue) = 188+163+101=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA365 is #435C9A. Grayscale: #A3A3A3. Windows color (decimal): -4414619 or 6661052. OLE color: 6661052.

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

Color convert

RGB 188 163 101 -
CMYK 0 0.13 0.46 0.26
HSL 42.76º 0.39% 0.57% -
HSV(B) 42.76º 0.46% 0.74% -
XYZ 36.19 37.83 17.71 -
YUV 163.41 92.78 145.54 -
System Red Green Blue C M Y K H S L
Decimal 188 163 101 0 0.13 0.46 0.26 42.76 0.39 0.57
Hex BC A3 65 0 D 2E 1A 2B 27 39
Octal 274 243 145 0 15 56 32 53 47 71
Binary 10111100 10100011 1100101 0 1101 101110 11010 101011 100111 111001

Color Harmonies of #BCA365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA365

Black with #BCA365

Text Example


Text Example

White with #BCA365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA365; }

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

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

background-color css

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

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

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

border-color css

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

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

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