Html Css Color HEX #BDA657 Laser

📋 copy color: '#BDA657'

red 189 ◦ green 166 ◦ blue 87

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

Shades of Laser #BDA657

Tints of Laser #BDA657

RGB

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

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

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

R = 42.76%
G = 37.56%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BDA657 (or 0xBDA657) is known color: Laser. HEX triplet: BD, A6 and 57. RGB value is (189,166,87). Sum of RGB (Red+Green+Blue) = 189+166+87=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 87 (34.38% from 255 or 19.68% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA657 is #4259A8. Grayscale: #A4A4A4. Windows color (decimal): -4348329 or 5744317. OLE color: 5744317.

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

Color convert

RGB 189 166 87 -
CMYK 0 0.12 0.54 0.26
HSL 46.47º 0.44% 0.54% -
HSV(B) 46.47º 0.54% 0.74% -
XYZ 36.34 38.78 14.59 -
YUV 163.87 84.62 145.92 -
System Red Green Blue C M Y K H S L
Decimal 189 166 87 0 0.12 0.54 0.26 46.47 0.44 0.54
Hex BD A6 57 0 C 36 1A 2E 2C 36
Octal 275 246 127 0 14 66 32 56 54 66
Binary 10111101 10100110 1010111 0 1100 110110 11010 101110 101100 110110

Color Harmonies of #BDA657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA657

Black with #BDA657

Text Example


Text Example

White with #BDA657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA657; }

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

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

background-color css

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

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

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

border-color css

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

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

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