Html Css Color HEX #BF9E59 Laser

📋 copy color: '#BF9E59'

red 191 ◦ green 158 ◦ blue 89

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

Shades of Laser #BF9E59

Tints of Laser #BF9E59

RGB

 RED value IS 191 (75% from 255) = 43.61%

 GREEN value IS 158 (62.11% from 255) = 36.07%

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

R = 43.61%
G = 36.07%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF9E59 (or 0xBF9E59) is known color: Laser. HEX triplet: BF, 9E and 59. RGB value is (191,158,89). Sum of RGB (Red+Green+Blue) = 191+158+89=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 89 (35.16% from 255 or 20.32% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9E59 is #4061A6. Grayscale: #A0A0A0. Windows color (decimal): -4219303 or 5873343. OLE color: 5873343.

HSL color Cylindrical-coordinate representation of color #BF9E59: hue angle of 40.59º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF9E59 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 158 89 -
CMYK 0 0.17 0.53 0.25
HSL 40.59º 0.44% 0.55% -
HSV(B) 40.59º 0.53% 0.75% -
XYZ 35.52 36.25 14.58 -
YUV 160 87.93 150.11 -
System Red Green Blue C M Y K H S L
Decimal 191 158 89 0 0.17 0.53 0.25 40.59 0.44 0.55
Hex BF 9E 59 0 11 35 19 29 2C 37
Octal 277 236 131 0 21 65 31 51 54 67
Binary 10111111 10011110 1011001 0 10001 110101 11001 101001 101100 110111

Color Harmonies of #BF9E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9E59

Black with #BF9E59

Text Example


Text Example

White with #BF9E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9E59; }

 p { color: rgb(191,158,89); }

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

background-color css

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

 a { background-color: rgb(191,158,89); }

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

border-color css

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

 span { border-color: rgb(191,158,89); }

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