Html Css Color HEX #BF5D3C Smoke Tree

📋 copy color: '#BF5D3C'

red 191 ◦ green 93 ◦ blue 60

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

Shades of Smoke Tree #BF5D3C

Tints of Smoke Tree #BF5D3C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.03%

 BLUE value IS 60 (23.83% from 255) = 17.44%

R = 55.52%
G = 27.03%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF5D3C (or 0xBF5D3C) is known color: Smoke Tree. HEX triplet: BF, 5D and 3C. RGB value is (191,93,60). Sum of RGB (Red+Green+Blue) = 191+93+60=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5D3C is #40A2C3. Grayscale: #767676. Windows color (decimal): -4235972 or 3956159. OLE color: 3956159.

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

Color convert

RGB 191 93 60 -
CMYK 0 0.51 0.69 0.25
HSL 15.11º 0.52% 0.49% -
HSV(B) 15.11º 0.69% 0.75% -
XYZ 26.22 19.23 6.61 -
YUV 118.54 94.97 179.68 -
System Red Green Blue C M Y K H S L
Decimal 191 93 60 0 0.51 0.69 0.25 15.11 0.52 0.49
Hex BF 5D 3C 0 33 45 19 F 34 31
Octal 277 135 74 0 63 105 31 17 64 61
Binary 10111111 1011101 111100 0 110011 1000101 11001 1111 110100 110001

Color Harmonies of #BF5D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5D3C

Black with #BF5D3C

Text Example


Text Example

White with #BF5D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5D3C; }

 p { color: rgb(191,93,60); }

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

background-color css

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

 a { background-color: rgb(191,93,60); }

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

border-color css

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

 span { border-color: rgb(191,93,60); }

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