Html Css Color HEX #BDA664 Laser

📋 copy color: '#BDA664'

red 189 ◦ green 166 ◦ blue 100

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

Shades of Laser #BDA664

Tints of Laser #BDA664

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.48%

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

R = 41.54%
G = 36.48%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BDA664 (or 0xBDA664) is known color: Laser. HEX triplet: BD, A6 and 64. RGB value is (189,166,100). Sum of RGB (Red+Green+Blue) = 189+166+100=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA664 is #42599B. Grayscale: #A5A5A5. Windows color (decimal): -4348316 or 6596285. OLE color: 6596285.

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

Color convert

RGB 189 166 100 -
CMYK 0 0.12 0.47 0.26
HSL 44.49º 0.4% 0.57% -
HSV(B) 44.49º 0.47% 0.74% -
XYZ 36.92 39.01 17.64 -
YUV 165.35 91.12 144.87 -
System Red Green Blue C M Y K H S L
Decimal 189 166 100 0 0.12 0.47 0.26 44.49 0.4 0.57
Hex BD A6 64 0 C 2F 1A 2C 28 39
Octal 275 246 144 0 14 57 32 54 50 71
Binary 10111101 10100110 1100100 0 1100 101111 11010 101100 101000 111001

Color Harmonies of #BDA664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA664

Black with #BDA664

Text Example


Text Example

White with #BDA664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA664; }

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

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

background-color css

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

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

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

border-color css

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

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

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