Html Css Color HEX #BF562A Smoke Tree

📋 copy color: '#BF562A'

red 191 ◦ green 86 ◦ blue 42

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

Shades of Smoke Tree #BF562A

Tints of Smoke Tree #BF562A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.96%

 BLUE value IS 42 (16.8% from 255) = 13.17%

R = 59.87%
G = 26.96%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BF562A (or 0xBF562A) is known color: Smoke Tree. HEX triplet: BF, 56 and 2A. RGB value is (191,86,42). Sum of RGB (Red+Green+Blue) = 191+86+42=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF562A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF562A is #40A9D5. Grayscale: #707070. Windows color (decimal): -4237782 or 2774719. OLE color: 2774719.

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

Color convert

RGB 191 86 42 -
CMYK 0 0.55 0.78 0.25
HSL 17.72º 0.64% 0.46% -
HSV(B) 17.72º 0.78% 0.75% -
XYZ 25.23 17.9 4.32 -
YUV 112.38 88.29 184.08 -
System Red Green Blue C M Y K H S L
Decimal 191 86 42 0 0.55 0.78 0.25 17.72 0.64 0.46
Hex BF 56 2A 0 37 4E 19 12 40 2E
Octal 277 126 52 0 67 116 31 22 100 56
Binary 10111111 1010110 101010 0 110111 1001110 11001 10010 1000000 101110

Color Harmonies of #BF562A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF562A

Black with #BF562A

Text Example


Text Example

White with #BF562A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF562A; }

 p { color: rgb(191,86,42); }

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

background-color css

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

 a { background-color: rgb(191,86,42); }

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

border-color css

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

 span { border-color: rgb(191,86,42); }

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