Html Css Color HEX #BDA569 Laser

📋 copy color: '#BDA569'

red 189 ◦ green 165 ◦ blue 105

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

Shades of Laser #BDA569

Tints of Laser #BDA569

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.95%

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

R = 41.18%
G = 35.95%
B = 22.88%

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

#BDA569 (or 0xBDA569) is known color: Laser. HEX triplet: BD, A5 and 69. RGB value is (189,165,105). Sum of RGB (Red+Green+Blue) = 189+165+105=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA569 is #425A96. Grayscale: #A5A5A5. Windows color (decimal): -4348567 or 6923709. OLE color: 6923709.

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

Color convert

RGB 189 165 105 -
CMYK 0 0.13 0.44 0.26
HSL 42.86º 0.39% 0.58% -
HSV(B) 42.86º 0.44% 0.74% -
XYZ 36.99 38.75 18.89 -
YUV 165.34 93.95 144.88 -
System Red Green Blue C M Y K H S L
Decimal 189 165 105 0 0.13 0.44 0.26 42.86 0.39 0.58
Hex BD A5 69 0 D 2C 1A 2B 27 3A
Octal 275 245 151 0 15 54 32 53 47 72
Binary 10111101 10100101 1101001 0 1101 101100 11010 101011 100111 111010

Color Harmonies of #BDA569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA569

Black with #BDA569

Text Example


Text Example

White with #BDA569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA569; }

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

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

background-color css

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

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

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

border-color css

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

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

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