Html Css Color HEX #BF5629 Smoke Tree

📋 copy color: '#BF5629'

red 191 ◦ green 86 ◦ blue 41

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

Shades of Smoke Tree #BF5629

Tints of Smoke Tree #BF5629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.89%

R = 60.06%
G = 27.04%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF5629 (or 0xBF5629) is known color: Smoke Tree. HEX triplet: BF, 56 and 29. RGB value is (191,86,41). Sum of RGB (Red+Green+Blue) = 191+86+41=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5629 is #40A9D6. Grayscale: #707070. Windows color (decimal): -4237783 or 2709183. OLE color: 2709183.

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

Color convert

RGB 191 86 41 -
CMYK 0 0.55 0.79 0.25
HSL 18º 0.65% 0.45% -
HSV(B) 18º 0.79% 0.75% -
XYZ 25.21 17.89 4.22 -
YUV 112.27 87.79 184.16 -
System Red Green Blue C M Y K H S L
Decimal 191 86 41 0 0.55 0.79 0.25 18 0.65 0.45
Hex BF 56 29 0 37 4F 19 12 41 2D
Octal 277 126 51 0 67 117 31 22 101 55
Binary 10111111 1010110 101001 0 110111 1001111 11001 10010 1000001 101101

Color Harmonies of #BF5629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5629

Black with #BF5629

Text Example


Text Example

White with #BF5629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5629; }

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

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

background-color css

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

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

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

border-color css

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

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

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