#BDA062

Color #BDA062 Laser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laser #BDA062

Tints of Laser #BDA062

Color information

#BDA062 (or 0xBDA062) is unknown color: approx Laser. HEX triplet: BD, A0 and 62. RGB value is (189,160,98). Sum of RGB (Red+Green+Blue) = 189+160+98=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA062 is #425F9D. Grayscale: #A1A1A1. Windows color (decimal): -4349854 or 6463677. OLE color: 6463677.

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

Color convert

RGB18916098-
CMYK00.150.480.26
HSL40.88º40.81%56.27%-
HSV(B)40.88º48.15%74.12%-
XYZ35.7636.8416.78-
YUV161.692.11147.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.28%
GREEN value IS 160 (62.89% from 255) = 35.79%
BLUE value IS 98 (38.67% from 255) = 21.92%
R=42.28%
G=35.79%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891609800.150.480.2640.8840.8156.27
HexBDA0620F301A292938
Octal2752401420176032515170
Binary101111011010000011000100111111000011010101001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA062; }

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

 H1.HeaderClassName
 {
   color: #BDA062;
 }
 .AnyTagClassName
 {
   color: #BDA062;
 }
</style>
background-color css

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

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

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

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

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

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