Html Css Color HEX #BDA859 Laser

📋 copy color: '#BDA859'

red 189 ◦ green 168 ◦ blue 89

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

Shades of Laser #BDA859

Tints of Laser #BDA859

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.67%

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

R = 42.38%
G = 37.67%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BDA859 (or 0xBDA859) is known color: Laser. HEX triplet: BD, A8 and 59. RGB value is (189,168,89). Sum of RGB (Red+Green+Blue) = 189+168+89=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 89 (35.16% from 255 or 19.96% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA859 is #4257A6. Grayscale: #A5A5A5. Windows color (decimal): -4347815 or 5875901. OLE color: 5875901.

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

Color convert

RGB 189 168 89 -
CMYK 0 0.11 0.53 0.26
HSL 47.4º 0.43% 0.55% -
HSV(B) 47.4º 0.53% 0.74% -
XYZ 36.79 39.55 15.15 -
YUV 165.27 84.96 144.92 -
System Red Green Blue C M Y K H S L
Decimal 189 168 89 0 0.11 0.53 0.26 47.4 0.43 0.55
Hex BD A8 59 0 B 35 1A 2F 2B 37
Octal 275 250 131 0 13 65 32 57 53 67
Binary 10111101 10101000 1011001 0 1011 110101 11010 101111 101011 110111

Color Harmonies of #BDA859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA859

Black with #BDA859

Text Example


Text Example

White with #BDA859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA859; }

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

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

background-color css

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

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

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

border-color css

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

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

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