Html Css Color HEX #BF5C2E Smoke Tree

📋 copy color: '#BF5C2E'

red 191 ◦ green 92 ◦ blue 46

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

Shades of Smoke Tree #BF5C2E

Tints of Smoke Tree #BF5C2E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.96%

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

R = 58.05%
G = 27.96%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF5C2E (or 0xBF5C2E) is known color: Smoke Tree. HEX triplet: BF, 5C and 2E. RGB value is (191,92,46). Sum of RGB (Red+Green+Blue) = 191+92+46=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5C2E is #40A3D1. Grayscale: #747474. Windows color (decimal): -4236242 or 3038399. OLE color: 3038399.

HSL color Cylindrical-coordinate representation of color #BF5C2E: hue angle of 19.03º 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 #BF5C2E is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 92 46 -
CMYK 0 0.52 0.76 0.25
HSL 19.03º 0.61% 0.46% -
HSV(B) 19.03º 0.76% 0.75% -
XYZ 25.81 18.93 4.88 -
YUV 116.36 88.3 181.24 -
System Red Green Blue C M Y K H S L
Decimal 191 92 46 0 0.52 0.76 0.25 19.03 0.61 0.46
Hex BF 5C 2E 0 34 4C 19 13 3D 2E
Octal 277 134 56 0 64 114 31 23 75 56
Binary 10111111 1011100 101110 0 110100 1001100 11001 10011 111101 101110

Color Harmonies of #BF5C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5C2E

Black with #BF5C2E

Text Example


Text Example

White with #BF5C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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