#BDA467

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

Shades of Laser #BDA467

Tints of Laser #BDA467

Color information

#BDA467 (or 0xBDA467) is unknown color: approx Laser. HEX triplet: BD, A4 and 67. RGB value is (189,164,103). Sum of RGB (Red+Green+Blue) = 189+164+103=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 103 (40.62% from 255 or 22.59% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA467 is #425B98. Grayscale: #A4A4A4. Windows color (decimal): -4348825 or 6792381. OLE color: 6792381.

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

Color convert

RGB189164103-
CMYK00.130.460.26
HSL42.56º39.45%57.25%-
HSV(B)42.56º45.5%74.12%-
XYZ36.7138.3518.3-
YUV164.5293.28145.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.45%
GREEN value IS 164 (64.45% from 255) = 35.96%
BLUE value IS 103 (40.62% from 255) = 22.59%
R=41.45%
G=35.96%
B=22.59%

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
Decimal18916410300.130.460.2642.5639.4557.25
HexBDA4670D2E1A2b2739
Octal2752441470155632534771
Binary101111011010010011001110110110111011010101011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA467; }

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

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

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

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

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

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

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

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