#BDA769

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

Shades of Laser #BDA769

Tints of Laser #BDA769

Color information

#BDA769 (or 0xBDA769) is unknown color: approx Laser. HEX triplet: BD, A7 and 69. RGB value is (189,167,105). Sum of RGB (Red+Green+Blue) = 189+167+105=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA769 is #425896. Grayscale: #A6A6A6. Windows color (decimal): -4348055 or 6924221. OLE color: 6924221.

HSL color Cylindrical-coordinate representation of color #BDA769: hue angle of 44.29º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDA769 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB189167105-
CMYK00.120.440.26
HSL44.29º38.89%57.65%-
HSV(B)44.29º44.44%74.12%-
XYZ37.3539.4819.02-
YUV166.5193.29144.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.00%
GREEN value IS 167 (65.62% from 255) = 36.23%
BLUE value IS 105 (41.41% from 255) = 22.78%
R=41.00%
G=36.23%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916710500.120.440.2644.2938.8957.65
HexBDA7690C2C1A2c273a
Octal2752471510145432544772
Binary101111011010011111010010110010110011010101100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA769; }

 p { color: rgb(189,167,105); }

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

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

 a { background-color: rgb(189,167,105); }

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

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

 span { border-color: rgb(189,167,105); }

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