Html Css Color HEX #BDA257 Laser

📋 copy color: '#BDA257'

red 189 ◦ green 162 ◦ blue 87

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

Shades of Laser #BDA257

Tints of Laser #BDA257

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.99%

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

R = 43.15%
G = 36.99%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BDA257 (or 0xBDA257) is known color: Laser. HEX triplet: BD, A2 and 57. RGB value is (189,162,87). Sum of RGB (Red+Green+Blue) = 189+162+87=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 87 (34.38% from 255 or 19.86% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA257 is #425DA8. Grayscale: #A1A1A1. Windows color (decimal): -4349353 or 5743293. OLE color: 5743293.

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

Color convert

RGB 189 162 87 -
CMYK 0 0.14 0.54 0.26
HSL 44.12º 0.44% 0.54% -
HSV(B) 44.12º 0.54% 0.74% -
XYZ 35.63 37.35 14.35 -
YUV 161.52 85.95 147.6 -
System Red Green Blue C M Y K H S L
Decimal 189 162 87 0 0.14 0.54 0.26 44.12 0.44 0.54
Hex BD A2 57 0 E 36 1A 2C 2C 36
Octal 275 242 127 0 16 66 32 54 54 66
Binary 10111101 10100010 1010111 0 1110 110110 11010 101100 101100 110110

Color Harmonies of #BDA257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA257

Black with #BDA257

Text Example


Text Example

White with #BDA257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA257; }

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

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

background-color css

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

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

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

border-color css

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

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

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