Html Css Color HEX #BF5E2E Smoke Tree

📋 copy color: '#BF5E2E'

red 191 ◦ green 94 ◦ blue 46

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

Shades of Smoke Tree #BF5E2E

Tints of Smoke Tree #BF5E2E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.4%

 BLUE value IS 46 (18.36% from 255) = 13.9%

R = 57.7%
G = 28.4%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF5E2E (or 0xBF5E2E) is known color: Smoke Tree. HEX triplet: BF, 5E and 2E. RGB value is (191,94,46). Sum of RGB (Red+Green+Blue) = 191+94+46=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5E2E is #40A1D1. Grayscale: #757575. Windows color (decimal): -4235730 or 3038911. OLE color: 3038911.

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

Color convert

RGB 191 94 46 -
CMYK 0 0.51 0.76 0.25
HSL 19.86º 0.61% 0.46% -
HSV(B) 19.86º 0.76% 0.75% -
XYZ 25.98 19.28 4.94 -
YUV 117.53 87.64 180.4 -
System Red Green Blue C M Y K H S L
Decimal 191 94 46 0 0.51 0.76 0.25 19.86 0.61 0.46
Hex BF 5E 2E 0 33 4C 19 14 3D 2E
Octal 277 136 56 0 63 114 31 24 75 56
Binary 10111111 1011110 101110 0 110011 1001100 11001 10100 111101 101110

Color Harmonies of #BF5E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E2E

Black with #BF5E2E

Text Example


Text Example

White with #BF5E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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