Html Css Color HEX #BDA465 Laser

📋 copy color: '#BDA465'

red 189 ◦ green 164 ◦ blue 101

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

Shades of Laser #BDA465

Tints of Laser #BDA465

RGB

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

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

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

R = 41.63%
G = 36.12%
B = 22.25%

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

#BDA465 (or 0xBDA465) is known color: Laser. HEX triplet: BD, A4 and 65. RGB value is (189,164,101). Sum of RGB (Red+Green+Blue) = 189+164+101=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA465 is #425B9A. Grayscale: #A4A4A4. Windows color (decimal): -4348827 or 6661309. OLE color: 6661309.

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

Color convert

RGB 189 164 101 -
CMYK 0 0.13 0.47 0.26
HSL 42.95º 0.4% 0.57% -
HSV(B) 42.95º 0.47% 0.74% -
XYZ 36.61 38.31 17.78 -
YUV 164.29 92.28 145.62 -
System Red Green Blue C M Y K H S L
Decimal 189 164 101 0 0.13 0.47 0.26 42.95 0.4 0.57
Hex BD A4 65 0 D 2F 1A 2B 28 39
Octal 275 244 145 0 15 57 32 53 50 71
Binary 10111101 10100100 1100101 0 1101 101111 11010 101011 101000 111001

Color Harmonies of #BDA465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA465

Black with #BDA465

Text Example


Text Example

White with #BDA465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA465; }

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

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

background-color css

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

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

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

border-color css

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

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

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