Html Css Color HEX #BDA668 Laser

📋 copy color: '#BDA668'

red 189 ◦ green 166 ◦ blue 104

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

Shades of Laser #BDA668

Tints of Laser #BDA668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.66%

R = 41.18%
G = 36.17%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BDA668 (or 0xBDA668) is known color: Laser. HEX triplet: BD, A6 and 68. RGB value is (189,166,104). Sum of RGB (Red+Green+Blue) = 189+166+104=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA668 is #425997. Grayscale: #A6A6A6. Windows color (decimal): -4348312 or 6858429. OLE color: 6858429.

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

Color convert

RGB 189 166 104 -
CMYK 0 0.12 0.45 0.26
HSL 43.76º 0.39% 0.57% -
HSV(B) 43.76º 0.45% 0.74% -
XYZ 37.12 39.09 18.69 -
YUV 165.81 93.12 144.54 -
System Red Green Blue C M Y K H S L
Decimal 189 166 104 0 0.12 0.45 0.26 43.76 0.39 0.57
Hex BD A6 68 0 C 2D 1A 2C 27 39
Octal 275 246 150 0 14 55 32 54 47 71
Binary 10111101 10100110 1101000 0 1100 101101 11010 101100 100111 111001

Color Harmonies of #BDA668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA668

Black with #BDA668

Text Example


Text Example

White with #BDA668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA668; }

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

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

background-color css

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

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

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

border-color css

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

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

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