Html Css Color HEX #BF6537 Smoke Tree

📋 copy color: '#BF6537'

red 191 ◦ green 101 ◦ blue 55

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

Shades of Smoke Tree #BF6537

Tints of Smoke Tree #BF6537

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.11%

 BLUE value IS 55 (21.88% from 255) = 15.85%

R = 55.04%
G = 29.11%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BF6537 (or 0xBF6537) is known color: Smoke Tree. HEX triplet: BF, 65 and 37. RGB value is (191,101,55). Sum of RGB (Red+Green+Blue) = 191+101+55=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6537 is #409AC8. Grayscale: #7A7A7A. Windows color (decimal): -4233929 or 3630527. OLE color: 3630527.

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

Color convert

RGB 191 101 55 -
CMYK 0 0.47 0.71 0.25
HSL 20.29º 0.55% 0.48% -
HSV(B) 20.29º 0.71% 0.75% -
XYZ 26.83 20.66 6.19 -
YUV 122.67 89.82 176.74 -
System Red Green Blue C M Y K H S L
Decimal 191 101 55 0 0.47 0.71 0.25 20.29 0.55 0.48
Hex BF 65 37 0 2F 47 19 14 37 30
Octal 277 145 67 0 57 107 31 24 67 60
Binary 10111111 1100101 110111 0 101111 1000111 11001 10100 110111 110000

Color Harmonies of #BF6537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6537

Black with #BF6537

Text Example


Text Example

White with #BF6537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6537; }

 p { color: rgb(191,101,55); }

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

background-color css

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

 a { background-color: rgb(191,101,55); }

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

border-color css

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

 span { border-color: rgb(191,101,55); }

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