Html Css Color HEX #BCA65E Laser

📋 copy color: '#BCA65E'

red 188 ◦ green 166 ◦ blue 94

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

Shades of Laser #BCA65E

Tints of Laser #BCA65E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.05%

 BLUE value IS 94 (37.11% from 255) = 20.98%

R = 41.96%
G = 37.05%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BCA65E (or 0xBCA65E) is known color: Laser. HEX triplet: BC, A6 and 5E. RGB value is (188,166,94). Sum of RGB (Red+Green+Blue) = 188+166+94=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA65E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA65E is #4359A1. Grayscale: #A4A4A4. Windows color (decimal): -4413858 or 6203068. OLE color: 6203068.

HSL color Cylindrical-coordinate representation of color #BCA65E: hue angle of 45.96º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCA65E is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 166 94 -
CMYK 0 0.12 0.50 0.26
HSL 45.96º 0.41% 0.55% -
HSV(B) 45.96º 0.5% 0.74% -
XYZ 36.4 38.77 16.16 -
YUV 164.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 188 166 94 0 0.12 0.50 0.26 45.96 0.41 0.55
Hex BC A6 5E 0 C 32 1A 2E 29 37
Octal 274 246 136 0 14 62 32 56 51 67
Binary 10111100 10100110 1011110 0 1100 110010 11010 101110 101001 110111

Color Harmonies of #BCA65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA65E

Black with #BCA65E

Text Example


Text Example

White with #BCA65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA65E; }

 p { color: rgb(188,166,94); }

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

background-color css

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

 a { background-color: rgb(188,166,94); }

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

border-color css

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

 span { border-color: rgb(188,166,94); }

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