Html Css Color HEX #BDA059 Laser

📋 copy color: '#BDA059'

red 189 ◦ green 160 ◦ blue 89

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

Shades of Laser #BDA059

Tints of Laser #BDA059

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.53%

 BLUE value IS 89 (35.16% from 255) = 20.32%

R = 43.15%
G = 36.53%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BDA059 (or 0xBDA059) is known color: Laser. HEX triplet: BD, A0 and 59. RGB value is (189,160,89). Sum of RGB (Red+Green+Blue) = 189+160+89=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 89 (35.16% from 255 or 20.32% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA059 is #425FA6. Grayscale: #A0A0A0. Windows color (decimal): -4349863 or 5873853. OLE color: 5873853.

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

Color convert

RGB 189 160 89 -
CMYK 0 0.15 0.53 0.26
HSL 42.6º 0.43% 0.55% -
HSV(B) 42.6º 0.53% 0.74% -
XYZ 35.36 36.68 14.67 -
YUV 160.58 87.61 148.27 -
System Red Green Blue C M Y K H S L
Decimal 189 160 89 0 0.15 0.53 0.26 42.6 0.43 0.55
Hex BD A0 59 0 F 35 1A 2B 2B 37
Octal 275 240 131 0 17 65 32 53 53 67
Binary 10111101 10100000 1011001 0 1111 110101 11010 101011 101011 110111

Color Harmonies of #BDA059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA059

Black with #BDA059

Text Example


Text Example

White with #BDA059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA059; }

 p { color: rgb(189,160,89); }

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

background-color css

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

 a { background-color: rgb(189,160,89); }

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

border-color css

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

 span { border-color: rgb(189,160,89); }

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