Html Css Color HEX #BDA160 Laser

📋 copy color: '#BDA160'

red 189 ◦ green 161 ◦ blue 96

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

Shades of Laser #BDA160

Tints of Laser #BDA160

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.1%

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

R = 42.38%
G = 36.1%
B = 21.52%

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

#BDA160 (or 0xBDA160) is known color: Laser. HEX triplet: BD, A1 and 60. RGB value is (189,161,96). Sum of RGB (Red+Green+Blue) = 189+161+96=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA160 is #425E9F. Grayscale: #A2A2A2. Windows color (decimal): -4349600 or 6332861. OLE color: 6332861.

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

Color convert

RGB 189 161 96 -
CMYK 0 0.15 0.49 0.26
HSL 41.94º 0.41% 0.56% -
HSV(B) 41.94º 0.49% 0.74% -
XYZ 35.84 37.15 16.35 -
YUV 161.96 90.78 147.29 -
System Red Green Blue C M Y K H S L
Decimal 189 161 96 0 0.15 0.49 0.26 41.94 0.41 0.56
Hex BD A1 60 0 F 31 1A 2A 29 38
Octal 275 241 140 0 17 61 32 52 51 70
Binary 10111101 10100001 1100000 0 1111 110001 11010 101010 101001 111000

Color Harmonies of #BDA160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA160

Black with #BDA160

Text Example


Text Example

White with #BDA160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA160; }

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

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

background-color css

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

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

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

border-color css

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

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

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