Html Css Color HEX #BDA056 Laser

📋 copy color: '#BDA056'

red 189 ◦ green 160 ◦ blue 86

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

Shades of Laser #BDA056

Tints of Laser #BDA056

RGB

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

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

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

R = 43.45%
G = 36.78%
B = 19.77%

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

#BDA056 (or 0xBDA056) is known color: Laser. HEX triplet: BD, A0 and 56. RGB value is (189,160,86). Sum of RGB (Red+Green+Blue) = 189+160+86=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA056 is #425FA9. Grayscale: #A0A0A0. Windows color (decimal): -4349866 or 5677245. OLE color: 5677245.

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

Color convert

RGB 189 160 86 -
CMYK 0 0.15 0.54 0.26
HSL 43.11º 0.44% 0.54% -
HSV(B) 43.11º 0.54% 0.74% -
XYZ 35.24 36.63 14.02 -
YUV 160.24 86.11 148.52 -
System Red Green Blue C M Y K H S L
Decimal 189 160 86 0 0.15 0.54 0.26 43.11 0.44 0.54
Hex BD A0 56 0 F 36 1A 2B 2C 36
Octal 275 240 126 0 17 66 32 53 54 66
Binary 10111101 10100000 1010110 0 1111 110110 11010 101011 101100 110110

Color Harmonies of #BDA056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA056

Black with #BDA056

Text Example


Text Example

White with #BDA056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA056; }

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

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

background-color css

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

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

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

border-color css

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

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

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