Html Css Color HEX #BF663B Smoke Tree

📋 copy color: '#BF663B'

red 191 ◦ green 102 ◦ blue 59

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

Shades of Smoke Tree #BF663B

Tints of Smoke Tree #BF663B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.98%

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

R = 54.26%
G = 28.98%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF663B (or 0xBF663B) is known color: Smoke Tree. HEX triplet: BF, 66 and 3B. RGB value is (191,102,59). Sum of RGB (Red+Green+Blue) = 191+102+59=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF663B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF663B is #4099C4. Grayscale: #7B7B7B. Windows color (decimal): -4233669 or 3892927. OLE color: 3892927.

HSL color Cylindrical-coordinate representation of color #BF663B: hue angle of 19.55º 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 #BF663B is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 102 59 -
CMYK 0 0.47 0.69 0.25
HSL 19.55º 0.53% 0.49% -
HSV(B) 19.55º 0.69% 0.75% -
XYZ 27.03 20.89 6.75 -
YUV 123.71 91.49 176 -
System Red Green Blue C M Y K H S L
Decimal 191 102 59 0 0.47 0.69 0.25 19.55 0.53 0.49
Hex BF 66 3B 0 2F 45 19 14 35 31
Octal 277 146 73 0 57 105 31 24 65 61
Binary 10111111 1100110 111011 0 101111 1000101 11001 10100 110101 110001

Color Harmonies of #BF663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF663B

Black with #BF663B

Text Example


Text Example

White with #BF663B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF663B; }

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

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

background-color css

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

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

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

border-color css

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

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

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