Html Css Color HEX #BCA565 Laser

📋 copy color: '#BCA565'

red 188 ◦ green 165 ◦ blue 101

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

Shades of Laser #BCA565

Tints of Laser #BCA565

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.34%

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

R = 41.41%
G = 36.34%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BCA565 (or 0xBCA565) is known color: Laser. HEX triplet: BC, A5 and 65. RGB value is (188,165,101). Sum of RGB (Red+Green+Blue) = 188+165+101=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA565 is #435A9A. Grayscale: #A4A4A4. Windows color (decimal): -4414107 or 6661564. OLE color: 6661564.

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

Color convert

RGB 188 165 101 -
CMYK 0 0.12 0.46 0.26
HSL 44.14º 0.39% 0.57% -
HSV(B) 44.14º 0.46% 0.74% -
XYZ 36.54 38.54 17.83 -
YUV 164.58 92.12 144.7 -
System Red Green Blue C M Y K H S L
Decimal 188 165 101 0 0.12 0.46 0.26 44.14 0.39 0.57
Hex BC A5 65 0 C 2E 1A 2C 27 39
Octal 274 245 145 0 14 56 32 54 47 71
Binary 10111100 10100101 1100101 0 1100 101110 11010 101100 100111 111001

Color Harmonies of #BCA565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA565

Black with #BCA565

Text Example


Text Example

White with #BCA565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA565; }

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

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

background-color css

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

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

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

border-color css

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

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

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