Html Css Color HEX #BF5B2C Smoke Tree

📋 copy color: '#BF5B2C'

red 191 ◦ green 91 ◦ blue 44

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

Shades of Smoke Tree #BF5B2C

Tints of Smoke Tree #BF5B2C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.91%

 BLUE value IS 44 (17.58% from 255) = 13.5%

R = 58.59%
G = 27.91%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF5B2C (or 0xBF5B2C) is known color: Smoke Tree. HEX triplet: BF, 5B and 2C. RGB value is (191,91,44). Sum of RGB (Red+Green+Blue) = 191+91+44=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5B2C is #40A4D3. Grayscale: #737373. Windows color (decimal): -4236500 or 2907071. OLE color: 2907071.

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

Color convert

RGB 191 91 44 -
CMYK 0 0.52 0.77 0.25
HSL 19.18º 0.63% 0.46% -
HSV(B) 19.18º 0.77% 0.75% -
XYZ 25.68 18.74 4.65 -
YUV 115.54 87.63 181.82 -
System Red Green Blue C M Y K H S L
Decimal 191 91 44 0 0.52 0.77 0.25 19.18 0.63 0.46
Hex BF 5B 2C 0 34 4D 19 13 3F 2E
Octal 277 133 54 0 64 115 31 23 77 56
Binary 10111111 1011011 101100 0 110100 1001101 11001 10011 111111 101110

Color Harmonies of #BF5B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5B2C

Black with #BF5B2C

Text Example


Text Example

White with #BF5B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5B2C; }

 p { color: rgb(191,91,44); }

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

background-color css

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

 a { background-color: rgb(191,91,44); }

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

border-color css

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

 span { border-color: rgb(191,91,44); }

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