Html Css Color HEX #BCA558 Laser

📋 copy color: '#BCA558'

red 188 ◦ green 165 ◦ blue 88

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

Shades of Laser #BCA558

Tints of Laser #BCA558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.95%

R = 42.63%
G = 37.41%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BCA558 (or 0xBCA558) is known color: Laser. HEX triplet: BC, A5 and 58. RGB value is (188,165,88). Sum of RGB (Red+Green+Blue) = 188+165+88=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 88 (34.77% from 255 or 19.95% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA558 is #435AA7. Grayscale: #A3A3A3. Windows color (decimal): -4414120 or 5809596. OLE color: 5809596.

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

Color convert

RGB 188 165 88 -
CMYK 0 0.12 0.53 0.26
HSL 46.2º 0.43% 0.54% -
HSV(B) 46.2º 0.53% 0.74% -
XYZ 35.96 38.31 14.73 -
YUV 163.1 85.62 145.76 -
System Red Green Blue C M Y K H S L
Decimal 188 165 88 0 0.12 0.53 0.26 46.2 0.43 0.54
Hex BC A5 58 0 C 35 1A 2E 2B 36
Octal 274 245 130 0 14 65 32 56 53 66
Binary 10111100 10100101 1011000 0 1100 110101 11010 101110 101011 110110

Color Harmonies of #BCA558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA558

Black with #BCA558

Text Example


Text Example

White with #BCA558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA558; }

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

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

background-color css

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

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

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

border-color css

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

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

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