Html Css Color HEX #BDA060 Laser

📋 copy color: '#BDA060'

red 189 ◦ green 160 ◦ blue 96

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

Shades of Laser #BDA060

Tints of Laser #BDA060

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.96%

 BLUE value IS 96 (37.89% from 255) = 21.57%

R = 42.47%
G = 35.96%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BDA060 (or 0xBDA060) is known color: Laser. HEX triplet: BD, A0 and 60. RGB value is (189,160,96). Sum of RGB (Red+Green+Blue) = 189+160+96=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA060 is #425F9F. Grayscale: #A1A1A1. Windows color (decimal): -4349856 or 6332605. OLE color: 6332605.

HSL color Cylindrical-coordinate representation of color #BDA060: hue angle of 41.29º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDA060 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 160 96 -
CMYK 0 0.15 0.49 0.26
HSL 41.29º 0.41% 0.56% -
HSV(B) 41.29º 0.49% 0.74% -
XYZ 35.67 36.8 16.29 -
YUV 161.38 91.11 147.7 -
System Red Green Blue C M Y K H S L
Decimal 189 160 96 0 0.15 0.49 0.26 41.29 0.41 0.56
Hex BD A0 60 0 F 31 1A 29 29 38
Octal 275 240 140 0 17 61 32 51 51 70
Binary 10111101 10100000 1100000 0 1111 110001 11010 101001 101001 111000

Color Harmonies of #BDA060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA060

Black with #BDA060

Text Example


Text Example

White with #BDA060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA060; }

 p { color: rgb(189,160,96); }

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

background-color css

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

 a { background-color: rgb(189,160,96); }

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

border-color css

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

 span { border-color: rgb(189,160,96); }

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