#BDA667

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

Shades of Laser #BDA667

Tints of Laser #BDA667

Color information

#BDA667 (or 0xBDA667) is unknown color: approx Laser. HEX triplet: BD, A6 and 67. RGB value is (189,166,103). Sum of RGB (Red+Green+Blue) = 189+166+103=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA667 is #425998. Grayscale: #A5A5A5. Windows color (decimal): -4348313 or 6792893. OLE color: 6792893.

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

Color convert

RGB189166103-
CMYK00.120.460.26
HSL43.95º39.45%57.25%-
HSV(B)43.95º45.5%74.12%-
XYZ37.0739.0718.42-
YUV165.6992.62144.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.27%
GREEN value IS 166 (65.23% from 255) = 36.24%
BLUE value IS 103 (40.62% from 255) = 22.49%
R=41.27%
G=36.24%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916610300.120.460.2643.9539.4557.25
HexBDA6670C2E1A2c2739
Octal2752461470145632544771
Binary101111011010011011001110110010111011010101100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA667; }

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

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

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

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

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

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

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

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