Html Css Color HEX #BDA557 Laser

📋 copy color: '#BDA557'

red 189 ◦ green 165 ◦ blue 87

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

Shades of Laser #BDA557

Tints of Laser #BDA557

RGB

 RED value IS 189 (74.22% from 255) = 42.86%

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

 BLUE value IS 87 (34.38% from 255) = 19.73%

R = 42.86%
G = 37.41%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BDA557 (or 0xBDA557) is known color: Laser. HEX triplet: BD, A5 and 57. RGB value is (189,165,87). Sum of RGB (Red+Green+Blue) = 189+165+87=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 87 (34.38% from 255 or 19.73% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA557 is #425AA8. Grayscale: #A3A3A3. Windows color (decimal): -4348585 or 5744061. OLE color: 5744061.

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

Color convert

RGB 189 165 87 -
CMYK 0 0.13 0.54 0.26
HSL 45.88º 0.44% 0.54% -
HSV(B) 45.88º 0.54% 0.74% -
XYZ 36.16 38.42 14.53 -
YUV 163.28 84.95 146.34 -
System Red Green Blue C M Y K H S L
Decimal 189 165 87 0 0.13 0.54 0.26 45.88 0.44 0.54
Hex BD A5 57 0 D 36 1A 2E 2C 36
Octal 275 245 127 0 15 66 32 56 54 66
Binary 10111101 10100101 1010111 0 1101 110110 11010 101110 101100 110110

Color Harmonies of #BDA557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA557

Black with #BDA557

Text Example


Text Example

White with #BDA557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA557; }

 p { color: rgb(189,165,87); }

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

background-color css

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

 a { background-color: rgb(189,165,87); }

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

border-color css

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

 span { border-color: rgb(189,165,87); }

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