Html Css Color HEX #BF5A37 Smoke Tree

📋 copy color: '#BF5A37'

red 191 ◦ green 90 ◦ blue 55

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

Shades of Smoke Tree #BF5A37

Tints of Smoke Tree #BF5A37

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.79%

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

R = 56.85%
G = 26.79%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BF5A37 (or 0xBF5A37) is known color: Smoke Tree. HEX triplet: BF, 5A and 37. RGB value is (191,90,55). Sum of RGB (Red+Green+Blue) = 191+90+55=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5A37 is #40A5C8. Grayscale: #747474. Windows color (decimal): -4236745 or 3627711. OLE color: 3627711.

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

Color convert

RGB 191 90 55 -
CMYK 0 0.53 0.71 0.25
HSL 15.44º 0.55% 0.48% -
HSV(B) 15.44º 0.71% 0.75% -
XYZ 25.83 18.66 5.86 -
YUV 116.21 93.46 181.35 -
System Red Green Blue C M Y K H S L
Decimal 191 90 55 0 0.53 0.71 0.25 15.44 0.55 0.48
Hex BF 5A 37 0 35 47 19 F 37 30
Octal 277 132 67 0 65 107 31 17 67 60
Binary 10111111 1011010 110111 0 110101 1000111 11001 1111 110111 110000

Color Harmonies of #BF5A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5A37

Black with #BF5A37

Text Example


Text Example

White with #BF5A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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