Html Css Color HEX #BDA156 Laser

📋 copy color: '#BDA156'

red 189 ◦ green 161 ◦ blue 86

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

Shades of Laser #BDA156

Tints of Laser #BDA156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.72%

R = 43.35%
G = 36.93%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BDA156 (or 0xBDA156) is known color: Laser. HEX triplet: BD, A1 and 56. RGB value is (189,161,86). Sum of RGB (Red+Green+Blue) = 189+161+86=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 86 (33.98% from 255 or 19.72% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA156 is #425EA9. Grayscale: #A1A1A1. Windows color (decimal): -4349610 or 5677501. OLE color: 5677501.

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

Color convert

RGB 189 161 86 -
CMYK 0 0.15 0.54 0.26
HSL 43.69º 0.44% 0.54% -
HSV(B) 43.69º 0.54% 0.74% -
XYZ 35.41 36.98 14.08 -
YUV 160.82 85.78 148.1 -
System Red Green Blue C M Y K H S L
Decimal 189 161 86 0 0.15 0.54 0.26 43.69 0.44 0.54
Hex BD A1 56 0 F 36 1A 2C 2C 36
Octal 275 241 126 0 17 66 32 54 54 66
Binary 10111101 10100001 1010110 0 1111 110110 11010 101100 101100 110110

Color Harmonies of #BDA156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA156

Black with #BDA156

Text Example


Text Example

White with #BDA156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA156; }

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

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

background-color css

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

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

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

border-color css

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

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

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