#BDA369

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

Shades of Laser #BDA369

Tints of Laser #BDA369

Color information

#BDA369 (or 0xBDA369) is unknown color: approx Laser. HEX triplet: BD, A3 and 69. RGB value is (189,163,105). Sum of RGB (Red+Green+Blue) = 189+163+105=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA369 is #425C96. Grayscale: #A4A4A4. Windows color (decimal): -4349079 or 6923197. OLE color: 6923197.

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

Color convert

RGB189163105-
CMYK00.140.440.26
HSL41.43º38.89%57.65%-
HSV(B)41.43º44.44%74.12%-
XYZ36.6338.0318.77-
YUV164.1694.61145.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.36%
GREEN value IS 163 (64.06% from 255) = 35.67%
BLUE value IS 105 (41.41% from 255) = 22.98%
R=41.36%
G=35.67%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916310500.140.440.2641.4338.8957.65
HexBDA3690E2C1A29273a
Octal2752431510165432514772
Binary101111011010001111010010111010110011010101001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA369; }

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

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

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

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

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

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

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

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