Html Css Color HEX #BF613B Smoke Tree

📋 copy color: '#BF613B'

red 191 ◦ green 97 ◦ blue 59

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

Shades of Smoke Tree #BF613B

Tints of Smoke Tree #BF613B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.95%

 BLUE value IS 59 (23.44% from 255) = 17%

R = 55.04%
G = 27.95%
B = 17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF613B (or 0xBF613B) is known color: Smoke Tree. HEX triplet: BF, 61 and 3B. RGB value is (191,97,59). Sum of RGB (Red+Green+Blue) = 191+97+59=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF613B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF613B is #409EC4. Grayscale: #797979. Windows color (decimal): -4234949 or 3891647. OLE color: 3891647.

HSL color Cylindrical-coordinate representation of color #BF613B: hue angle of 17.27º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF613B is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 97 59 -
CMYK 0 0.49 0.69 0.25
HSL 17.27º 0.53% 0.49% -
HSV(B) 17.27º 0.69% 0.75% -
XYZ 26.55 19.94 6.59 -
YUV 120.77 93.14 178.09 -
System Red Green Blue C M Y K H S L
Decimal 191 97 59 0 0.49 0.69 0.25 17.27 0.53 0.49
Hex BF 61 3B 0 31 45 19 11 35 31
Octal 277 141 73 0 61 105 31 21 65 61
Binary 10111111 1100001 111011 0 110001 1000101 11001 10001 110101 110001

Color Harmonies of #BF613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF613B

Black with #BF613B

Text Example


Text Example

White with #BF613B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF613B; }

 p { color: rgb(191,97,59); }

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

background-color css

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

 a { background-color: rgb(191,97,59); }

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

border-color css

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

 span { border-color: rgb(191,97,59); }

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