Html Css Color HEX #BCA56C Laser

📋 copy color: '#BCA56C'

red 188 ◦ green 165 ◦ blue 108

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

Shades of Laser #BCA56C

Tints of Laser #BCA56C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.43%

R = 40.78%
G = 35.79%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BCA56C (or 0xBCA56C) is known color: Laser. HEX triplet: BC, A5 and 6C. RGB value is (188,165,108). Sum of RGB (Red+Green+Blue) = 188+165+108=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA56C is #435A93. Grayscale: #A5A5A5. Windows color (decimal): -4414100 or 7120316. OLE color: 7120316.

HSL color Cylindrical-coordinate representation of color #BCA56C: hue angle of 42.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCA56C is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 165 108 -
CMYK 0 0.12 0.43 0.26
HSL 42.75º 0.37% 0.58% -
HSV(B) 42.75º 0.43% 0.74% -
XYZ 36.9 38.68 19.71 -
YUV 165.38 95.62 144.13 -
System Red Green Blue C M Y K H S L
Decimal 188 165 108 0 0.12 0.43 0.26 42.75 0.37 0.58
Hex BC A5 6C 0 C 2B 1A 2B 25 3A
Octal 274 245 154 0 14 53 32 53 45 72
Binary 10111100 10100101 1101100 0 1100 101011 11010 101011 100101 111010

Color Harmonies of #BCA56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA56C

Black with #BCA56C

Text Example


Text Example

White with #BCA56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA56C; }

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

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

background-color css

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

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

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

border-color css

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

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

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