Html Css Color HEX #BD9F59 Laser

📋 copy color: '#BD9F59'

red 189 ◦ green 159 ◦ blue 89

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

Shades of Laser #BD9F59

Tints of Laser #BD9F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.37%

R = 43.25%
G = 36.38%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BD9F59 (or 0xBD9F59) is known color: Laser. HEX triplet: BD, 9F and 59. RGB value is (189,159,89). Sum of RGB (Red+Green+Blue) = 189+159+89=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 89 (35.16% from 255 or 20.37% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9F59 is #4260A6. Grayscale: #A0A0A0. Windows color (decimal): -4350119 or 5873597. OLE color: 5873597.

HSL color Cylindrical-coordinate representation of color #BD9F59: hue angle of 42º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD9F59 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 159 89 -
CMYK 0 0.16 0.53 0.26
HSL 42º 0.43% 0.55% -
HSV(B) 42º 0.53% 0.74% -
XYZ 35.19 36.34 14.61 -
YUV 159.99 87.94 148.69 -
System Red Green Blue C M Y K H S L
Decimal 189 159 89 0 0.16 0.53 0.26 42 0.43 0.55
Hex BD 9F 59 0 10 35 1A 2A 2B 37
Octal 275 237 131 0 20 65 32 52 53 67
Binary 10111101 10011111 1011001 0 10000 110101 11010 101010 101011 110111

Color Harmonies of #BD9F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9F59

Black with #BD9F59

Text Example


Text Example

White with #BD9F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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