Html Css Color HEX #BDA256 Laser

📋 copy color: '#BDA256'

red 189 ◦ green 162 ◦ blue 86

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

Shades of Laser #BDA256

Tints of Laser #BDA256

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.07%

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

R = 43.25%
G = 37.07%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BDA256 (or 0xBDA256) is known color: Laser. HEX triplet: BD, A2 and 56. RGB value is (189,162,86). Sum of RGB (Red+Green+Blue) = 189+162+86=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 86 (33.98% from 255 or 19.68% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA256 is #425DA9. Grayscale: #A1A1A1. Windows color (decimal): -4349354 or 5677757. OLE color: 5677757.

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

Color convert

RGB 189 162 86 -
CMYK 0 0.14 0.54 0.26
HSL 44.27º 0.44% 0.54% -
HSV(B) 44.27º 0.54% 0.74% -
XYZ 35.59 37.33 14.13 -
YUV 161.41 85.45 147.68 -
System Red Green Blue C M Y K H S L
Decimal 189 162 86 0 0.14 0.54 0.26 44.27 0.44 0.54
Hex BD A2 56 0 E 36 1A 2C 2C 36
Octal 275 242 126 0 16 66 32 54 54 66
Binary 10111101 10100010 1010110 0 1110 110110 11010 101100 101100 110110

Color Harmonies of #BDA256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA256

Black with #BDA256

Text Example


Text Example

White with #BDA256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA256; }

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

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

background-color css

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

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

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

border-color css

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

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

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