Html Css Color HEX #BDA466 Laser

📋 copy color: '#BDA466'

red 189 ◦ green 164 ◦ blue 102

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

Shades of Laser #BDA466

Tints of Laser #BDA466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.42%

R = 41.54%
G = 36.04%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BDA466 (or 0xBDA466) is known color: Laser. HEX triplet: BD, A4 and 66. RGB value is (189,164,102). Sum of RGB (Red+Green+Blue) = 189+164+102=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA466 is #425B99. Grayscale: #A4A4A4. Windows color (decimal): -4348826 or 6726845. OLE color: 6726845.

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

Color convert

RGB 189 164 102 -
CMYK 0 0.13 0.46 0.26
HSL 42.76º 0.4% 0.57% -
HSV(B) 42.76º 0.46% 0.74% -
XYZ 36.66 38.33 18.04 -
YUV 164.41 92.78 145.54 -
System Red Green Blue C M Y K H S L
Decimal 189 164 102 0 0.13 0.46 0.26 42.76 0.4 0.57
Hex BD A4 66 0 D 2E 1A 2B 28 39
Octal 275 244 146 0 15 56 32 53 50 71
Binary 10111101 10100100 1100110 0 1101 101110 11010 101011 101000 111001

Color Harmonies of #BDA466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA466

Black with #BDA466

Text Example


Text Example

White with #BDA466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA466; }

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

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

background-color css

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

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

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

border-color css

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

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

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