Html Css Color HEX #BD9F56 Laser

📋 copy color: '#BD9F56'

red 189 ◦ green 159 ◦ blue 86

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

Shades of Laser #BD9F56

Tints of Laser #BD9F56

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.64%

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

R = 43.55%
G = 36.64%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD9F56 (or 0xBD9F56) is known color: Laser. HEX triplet: BD, 9F and 56. RGB value is (189,159,86). Sum of RGB (Red+Green+Blue) = 189+159+86=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9F56 is #4260A9. Grayscale: #9F9F9F. Windows color (decimal): -4350122 or 5676989. OLE color: 5676989.

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

Color convert

RGB 189 159 86 -
CMYK 0 0.16 0.54 0.26
HSL 42.52º 0.44% 0.54% -
HSV(B) 42.52º 0.54% 0.74% -
XYZ 35.06 36.29 13.96 -
YUV 159.65 86.44 148.94 -
System Red Green Blue C M Y K H S L
Decimal 189 159 86 0 0.16 0.54 0.26 42.52 0.44 0.54
Hex BD 9F 56 0 10 36 1A 2B 2C 36
Octal 275 237 126 0 20 66 32 53 54 66
Binary 10111101 10011111 1010110 0 10000 110110 11010 101011 101100 110110

Color Harmonies of #BD9F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9F56

Black with #BD9F56

Text Example


Text Example

White with #BD9F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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