Html Css Color HEX #BDA665 Laser

📋 copy color: '#BDA665'

red 189 ◦ green 166 ◦ blue 101

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

Shades of Laser #BDA665

Tints of Laser #BDA665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.15%

R = 41.45%
G = 36.4%
B = 22.15%

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

#BDA665 (or 0xBDA665) is known color: Laser. HEX triplet: BD, A6 and 65. RGB value is (189,166,101). Sum of RGB (Red+Green+Blue) = 189+166+101=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA665 is #42599A. Grayscale: #A5A5A5. Windows color (decimal): -4348315 or 6661821. OLE color: 6661821.

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

Color convert

RGB 189 166 101 -
CMYK 0 0.12 0.47 0.26
HSL 44.32º 0.4% 0.57% -
HSV(B) 44.32º 0.47% 0.74% -
XYZ 36.97 39.03 17.9 -
YUV 165.47 91.62 144.79 -
System Red Green Blue C M Y K H S L
Decimal 189 166 101 0 0.12 0.47 0.26 44.32 0.4 0.57
Hex BD A6 65 0 C 2F 1A 2C 28 39
Octal 275 246 145 0 14 57 32 54 50 71
Binary 10111101 10100110 1100101 0 1100 101111 11010 101100 101000 111001

Color Harmonies of #BDA665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA665

Black with #BDA665

Text Example


Text Example

White with #BDA665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA665; }

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

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

background-color css

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

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

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

border-color css

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

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

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