Html Css Color HEX #BCA464 Laser

📋 copy color: '#BCA464'

red 188 ◦ green 164 ◦ blue 100

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

Shades of Laser #BCA464

Tints of Laser #BCA464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.12%

R = 41.59%
G = 36.28%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BCA464 (or 0xBCA464) is known color: Laser. HEX triplet: BC, A4 and 64. RGB value is (188,164,100). Sum of RGB (Red+Green+Blue) = 188+164+100=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA464 is #435B9B. Grayscale: #A4A4A4. Windows color (decimal): -4414364 or 6595772. OLE color: 6595772.

HSL color Cylindrical-coordinate representation of color #BCA464: hue angle of 43.64º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCA464 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 164 100 -
CMYK 0 0.13 0.47 0.26
HSL 43.64º 0.4% 0.56% -
HSV(B) 43.64º 0.47% 0.74% -
XYZ 36.31 38.16 17.51 -
YUV 163.88 91.95 145.2 -
System Red Green Blue C M Y K H S L
Decimal 188 164 100 0 0.13 0.47 0.26 43.64 0.4 0.56
Hex BC A4 64 0 D 2F 1A 2C 28 38
Octal 274 244 144 0 15 57 32 54 50 70
Binary 10111100 10100100 1100100 0 1101 101111 11010 101100 101000 111000

Color Harmonies of #BCA464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA464

Black with #BCA464

Text Example


Text Example

White with #BCA464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA464; }

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

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

background-color css

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

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

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

border-color css

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

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

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