Html Css Color HEX #BDA659 Laser

📋 copy color: '#BDA659'

red 189 ◦ green 166 ◦ blue 89

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

Shades of Laser #BDA659

Tints of Laser #BDA659

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.39%

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

R = 42.57%
G = 37.39%
B = 20.05%

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

#BDA659 (or 0xBDA659) is known color: Laser. HEX triplet: BD, A6 and 59. RGB value is (189,166,89). Sum of RGB (Red+Green+Blue) = 189+166+89=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 89 (35.16% from 255 or 20.05% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA659 is #4259A6. Grayscale: #A4A4A4. Windows color (decimal): -4348327 or 5875389. OLE color: 5875389.

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

Color convert

RGB 189 166 89 -
CMYK 0 0.12 0.53 0.26
HSL 46.2º 0.43% 0.55% -
HSV(B) 46.2º 0.53% 0.74% -
XYZ 36.43 38.81 15.02 -
YUV 164.1 85.62 145.76 -
System Red Green Blue C M Y K H S L
Decimal 189 166 89 0 0.12 0.53 0.26 46.2 0.43 0.55
Hex BD A6 59 0 C 35 1A 2E 2B 37
Octal 275 246 131 0 14 65 32 56 53 67
Binary 10111101 10100110 1011001 0 1100 110101 11010 101110 101011 110111

Color Harmonies of #BDA659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA659

Black with #BDA659

Text Example


Text Example

White with #BDA659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA659; }

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

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

background-color css

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

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

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

border-color css

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

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

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