Html Css Color HEX #BF5836 Smoke Tree

📋 copy color: '#BF5836'

red 191 ◦ green 88 ◦ blue 54

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

Shades of Smoke Tree #BF5836

Tints of Smoke Tree #BF5836

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.43%

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

R = 57.36%
G = 26.43%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BF5836 (or 0xBF5836) is known color: Smoke Tree. HEX triplet: BF, 58 and 36. RGB value is (191,88,54). Sum of RGB (Red+Green+Blue) = 191+88+54=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5836 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5836 is #40A7C9. Grayscale: #737373. Windows color (decimal): -4237258 or 3561663. OLE color: 3561663.

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

Color convert

RGB 191 88 54 -
CMYK 0 0.54 0.72 0.25
HSL 14.89º 0.56% 0.48% -
HSV(B) 14.89º 0.72% 0.75% -
XYZ 25.64 18.32 5.68 -
YUV 114.92 93.62 182.26 -
System Red Green Blue C M Y K H S L
Decimal 191 88 54 0 0.54 0.72 0.25 14.89 0.56 0.48
Hex BF 58 36 0 36 48 19 F 38 30
Octal 277 130 66 0 66 110 31 17 70 60
Binary 10111111 1011000 110110 0 110110 1001000 11001 1111 111000 110000

Color Harmonies of #BF5836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5836

Black with #BF5836

Text Example


Text Example

White with #BF5836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5836; }

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

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

background-color css

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

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

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

border-color css

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

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

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