#BDA263

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

Shades of Laser #BDA263

Tints of Laser #BDA263

Color information

#BDA263 (or 0xBDA263) is unknown color: approx Laser. HEX triplet: BD, A2 and 63. RGB value is (189,162,99). Sum of RGB (Red+Green+Blue) = 189+162+99=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA263 is #425D9C. Grayscale: #A3A3A3. Windows color (decimal): -4349341 or 6529725. OLE color: 6529725.

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

Color convert

RGB18916299-
CMYK00.140.480.26
HSL42º40.54%56.47%-
HSV(B)42º47.62%74.12%-
XYZ36.1637.5617.15-
YUV162.8991.95146.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42%
GREEN value IS 162 (63.67% from 255) = 36%
BLUE value IS 99 (39.06% from 255) = 22%
R=42%
G=36%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891629900.140.480.264240.5456.47
HexBDA2630E301A2a2938
Octal2752421430166032525170
Binary101111011010001011000110111011000011010101010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA263; }

 p { color: rgb(189,162,99); }

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

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

 a { background-color: rgb(189,162,99); }

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

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

 span { border-color: rgb(189,162,99); }

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