#BDA567

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

Shades of Laser #BDA567

Tints of Laser #BDA567

Color information

#BDA567 (or 0xBDA567) is unknown color: approx Laser. HEX triplet: BD, A5 and 67. RGB value is (189,165,103). Sum of RGB (Red+Green+Blue) = 189+165+103=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 103 (40.62% from 255 or 22.54% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA567 is #425A98. Grayscale: #A5A5A5. Windows color (decimal): -4348569 or 6792637. OLE color: 6792637.

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

Color convert

RGB189165103-
CMYK00.130.460.26
HSL43.26º39.45%57.25%-
HSV(B)43.26º45.5%74.12%-
XYZ36.8938.7118.36-
YUV165.1192.95145.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.36%
GREEN value IS 165 (64.84% from 255) = 36.11%
BLUE value IS 103 (40.62% from 255) = 22.54%
R=41.36%
G=36.11%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916510300.130.460.2643.2639.4557.25
HexBDA5670D2E1A2b2739
Octal2752451470155632534771
Binary101111011010010111001110110110111011010101011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA567; }

 p { color: rgb(189,165,103); }

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

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

 a { background-color: rgb(189,165,103); }

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

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

 span { border-color: rgb(189,165,103); }

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