Html Css Color HEX #BDA464 Laser

📋 copy color: '#BDA464'

red 189 ◦ green 164 ◦ blue 100

#BDA464
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laser #BDA464

Tints of Laser #BDA464

RGB

 RED value IS 189 (74.22% from 255) = 41.72%

 GREEN value IS 164 (64.45% from 255) = 36.2%

 BLUE value IS 100 (39.45% from 255) = 22.08%

R = 41.72%
G = 36.2%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BDA464 (or 0xBDA464) is known color: Laser. HEX triplet: BD, A4 and 64. RGB value is (189,164,100). Sum of RGB (Red+Green+Blue) = 189+164+100=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA464 is #425B9B. Grayscale: #A4A4A4. Windows color (decimal): -4348828 or 6595773. OLE color: 6595773.

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

Color convert

RGB 189 164 100 -
CMYK 0 0.13 0.47 0.26
HSL 43.15º 0.4% 0.57% -
HSV(B) 43.15º 0.47% 0.74% -
XYZ 36.56 38.29 17.52 -
YUV 164.18 91.78 145.7 -
System Red Green Blue C M Y K H S L
Decimal 189 164 100 0 0.13 0.47 0.26 43.15 0.4 0.57
Hex BD A4 64 0 D 2F 1A 2B 28 39
Octal 275 244 144 0 15 57 32 53 50 71
Binary 10111101 10100100 1100100 0 1101 101111 11010 101011 101000 111001

Color Harmonies of #BDA464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA464

Black with #BDA464

Text Example


Text Example

White with #BDA464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA464; }

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

 H1.HeaderClassName
 {
   color: #BDA464;
 }
 .AnyTagClassName
 {
   color: #BDA464;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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