#BDA75B

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

Shades of Laser #BDA75B

Tints of Laser #BDA75B

Color information

#BDA75B (or 0xBDA75B) is unknown color: approx Laser. HEX triplet: BD, A7 and 5B. RGB value is (189,167,91). Sum of RGB (Red+Green+Blue) = 189+167+91=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 167 (65.62% from 255 or 37.36% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA75B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA75B is #4258A4. Grayscale: #A5A5A5. Windows color (decimal): -4348069 or 6006717. OLE color: 6006717.

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

Color convert

RGB18916791-
CMYK00.120.520.26
HSL46.53º42.61%54.9%-
HSV(B)46.53º51.85%74.12%-
XYZ36.6939.2115.53-
YUV164.9186.29145.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.28%
GREEN value IS 167 (65.62% from 255) = 37.36%
BLUE value IS 91 (35.94% from 255) = 20.36%
R=42.28%
G=37.36%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891679100.120.520.2646.5342.6154.9
HexBDA75B0C341A2f2b37
Octal2752471330146432575367
Binary101111011010011110110110110011010011010101111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA75B; }

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

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

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

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

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

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

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

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