Html Css Color HEX #BCA45E Laser

📋 copy color: '#BCA45E'

red 188 ◦ green 164 ◦ blue 94

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

Shades of Laser #BCA45E

Tints of Laser #BCA45E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.77%

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

R = 42.15%
G = 36.77%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BCA45E (or 0xBCA45E) is known color: Laser. HEX triplet: BC, A4 and 5E. RGB value is (188,164,94). Sum of RGB (Red+Green+Blue) = 188+164+94=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA45E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA45E is #435BA1. Grayscale: #A3A3A3. Windows color (decimal): -4414370 or 6202556. OLE color: 6202556.

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

Color convert

RGB 188 164 94 -
CMYK 0 0.13 0.50 0.26
HSL 44.68º 0.41% 0.55% -
HSV(B) 44.68º 0.5% 0.74% -
XYZ 36.03 38.05 16.03 -
YUV 163.2 88.95 145.69 -
System Red Green Blue C M Y K H S L
Decimal 188 164 94 0 0.13 0.50 0.26 44.68 0.41 0.55
Hex BC A4 5E 0 D 32 1A 2D 29 37
Octal 274 244 136 0 15 62 32 55 51 67
Binary 10111100 10100100 1011110 0 1101 110010 11010 101101 101001 110111

Color Harmonies of #BCA45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA45E

Black with #BCA45E

Text Example


Text Example

White with #BCA45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA45E; }

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

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

background-color css

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

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

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

border-color css

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

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

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