Html Css Color HEX #BF6133 Smoke Tree

📋 copy color: '#BF6133'

red 191 ◦ green 97 ◦ blue 51

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

Shades of Smoke Tree #BF6133

Tints of Smoke Tree #BF6133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.04%

R = 56.34%
G = 28.61%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BF6133 (or 0xBF6133) is known color: Smoke Tree. HEX triplet: BF, 61 and 33. RGB value is (191,97,51). Sum of RGB (Red+Green+Blue) = 191+97+51=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6133 is #409ECC. Grayscale: #787878. Windows color (decimal): -4234957 or 3367359. OLE color: 3367359.

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

Color convert

RGB 191 97 51 -
CMYK 0 0.49 0.73 0.25
HSL 19.71º 0.58% 0.47% -
HSV(B) 19.71º 0.73% 0.75% -
XYZ 26.36 19.86 5.58 -
YUV 119.86 89.14 178.74 -
System Red Green Blue C M Y K H S L
Decimal 191 97 51 0 0.49 0.73 0.25 19.71 0.58 0.47
Hex BF 61 33 0 31 49 19 14 3A 2F
Octal 277 141 63 0 61 111 31 24 72 57
Binary 10111111 1100001 110011 0 110001 1001001 11001 10100 111010 101111

Color Harmonies of #BF6133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6133

Black with #BF6133

Text Example


Text Example

White with #BF6133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6133; }

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

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

background-color css

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

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

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

border-color css

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

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

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