Html Css Color HEX #BF9F5E Laser

📋 copy color: '#BF9F5E'

red 191 ◦ green 159 ◦ blue 94

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

Shades of Laser #BF9F5E

Tints of Laser #BF9F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.17%

R = 43.02%
G = 35.81%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BF9F5E (or 0xBF9F5E) is known color: Laser. HEX triplet: BF, 9F and 5E. RGB value is (191,159,94). Sum of RGB (Red+Green+Blue) = 191+159+94=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9F5E is #4060A1. Grayscale: #A1A1A1. Windows color (decimal): -4219042 or 6201279. OLE color: 6201279.

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

Color convert

RGB 191 159 94 -
CMYK 0 0.17 0.51 0.25
HSL 40.21º 0.43% 0.56% -
HSV(B) 40.21º 0.51% 0.75% -
XYZ 35.9 36.68 15.78 -
YUV 161.16 90.1 149.29 -
System Red Green Blue C M Y K H S L
Decimal 191 159 94 0 0.17 0.51 0.25 40.21 0.43 0.56
Hex BF 9F 5E 0 11 33 19 28 2B 38
Octal 277 237 136 0 21 63 31 50 53 70
Binary 10111111 10011111 1011110 0 10001 110011 11001 101000 101011 111000

Color Harmonies of #BF9F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9F5E

Black with #BF9F5E

Text Example


Text Example

White with #BF9F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9F5E; }

 p { color: rgb(191,159,94); }

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

background-color css

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

 a { background-color: rgb(191,159,94); }

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

border-color css

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

 span { border-color: rgb(191,159,94); }

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