Html Css Color HEX #BDA469 Laser

📋 copy color: '#BDA469'

red 189 ◦ green 164 ◦ blue 105

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

Shades of Laser #BDA469

Tints of Laser #BDA469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.93%

R = 41.27%
G = 35.81%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BDA469 (or 0xBDA469) is known color: Laser. HEX triplet: BD, A4 and 69. RGB value is (189,164,105). Sum of RGB (Red+Green+Blue) = 189+164+105=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA469 is #425B96. Grayscale: #A5A5A5. Windows color (decimal): -4348823 or 6923453. OLE color: 6923453.

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

Color convert

RGB 189 164 105 -
CMYK 0 0.13 0.44 0.26
HSL 42.14º 0.39% 0.58% -
HSV(B) 42.14º 0.44% 0.74% -
XYZ 36.81 38.39 18.83 -
YUV 164.75 94.28 145.3 -
System Red Green Blue C M Y K H S L
Decimal 189 164 105 0 0.13 0.44 0.26 42.14 0.39 0.58
Hex BD A4 69 0 D 2C 1A 2A 27 3A
Octal 275 244 151 0 15 54 32 52 47 72
Binary 10111101 10100100 1101001 0 1101 101100 11010 101010 100111 111010

Color Harmonies of #BDA469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA469

Black with #BDA469

Text Example


Text Example

White with #BDA469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA469; }

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

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

background-color css

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

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

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

border-color css

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

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

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