Html Css Color HEX #BDA457 Laser

📋 copy color: '#BDA457'

red 189 ◦ green 164 ◦ blue 87

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

Shades of Laser #BDA457

Tints of Laser #BDA457

RGB

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

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

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

R = 42.95%
G = 37.27%
B = 19.77%

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

#BDA457 (or 0xBDA457) is known color: Laser. HEX triplet: BD, A4 and 57. RGB value is (189,164,87). Sum of RGB (Red+Green+Blue) = 189+164+87=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 87 (34.38% from 255 or 19.77% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA457 is #425BA8. Grayscale: #A3A3A3. Windows color (decimal): -4348841 or 5743805. OLE color: 5743805.

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

Color convert

RGB 189 164 87 -
CMYK 0 0.13 0.54 0.26
HSL 45.29º 0.44% 0.54% -
HSV(B) 45.29º 0.54% 0.74% -
XYZ 35.98 38.06 14.47 -
YUV 162.7 85.28 146.76 -
System Red Green Blue C M Y K H S L
Decimal 189 164 87 0 0.13 0.54 0.26 45.29 0.44 0.54
Hex BD A4 57 0 D 36 1A 2D 2C 36
Octal 275 244 127 0 15 66 32 55 54 66
Binary 10111101 10100100 1010111 0 1101 110110 11010 101101 101100 110110

Color Harmonies of #BDA457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA457

Black with #BDA457

Text Example


Text Example

White with #BDA457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA457; }

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

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

background-color css

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

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

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

border-color css

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

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

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