Html Css Color HEX #BF6536 Smoke Tree

📋 copy color: '#BF6536'

red 191 ◦ green 101 ◦ blue 54

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

Shades of Smoke Tree #BF6536

Tints of Smoke Tree #BF6536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.61%

R = 55.2%
G = 29.19%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BF6536 (or 0xBF6536) is known color: Smoke Tree. HEX triplet: BF, 65 and 36. RGB value is (191,101,54). Sum of RGB (Red+Green+Blue) = 191+101+54=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6536 is #409AC9. Grayscale: #7A7A7A. Windows color (decimal): -4233930 or 3564991. OLE color: 3564991.

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

Color convert

RGB 191 101 54 -
CMYK 0 0.47 0.72 0.25
HSL 20.58º 0.56% 0.48% -
HSV(B) 20.58º 0.72% 0.75% -
XYZ 26.81 20.65 6.06 -
YUV 122.55 89.32 176.82 -
System Red Green Blue C M Y K H S L
Decimal 191 101 54 0 0.47 0.72 0.25 20.58 0.56 0.48
Hex BF 65 36 0 2F 48 19 15 38 30
Octal 277 145 66 0 57 110 31 25 70 60
Binary 10111111 1100101 110110 0 101111 1001000 11001 10101 111000 110000

Color Harmonies of #BF6536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6536

Black with #BF6536

Text Example


Text Example

White with #BF6536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6536; }

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

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

background-color css

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

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

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

border-color css

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

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

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