Html Css Color HEX #BF663D Smoke Tree

📋 copy color: '#BF663D'

red 191 ◦ green 102 ◦ blue 61

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

Shades of Smoke Tree #BF663D

Tints of Smoke Tree #BF663D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.23%

R = 53.95%
G = 28.81%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BF663D (or 0xBF663D) is known color: Smoke Tree. HEX triplet: BF, 66 and 3D. RGB value is (191,102,61). Sum of RGB (Red+Green+Blue) = 191+102+61=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF663D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF663D is #4099C2. Grayscale: #7C7C7C. Windows color (decimal): -4233667 or 4023999. OLE color: 4023999.

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

Color convert

RGB 191 102 61 -
CMYK 0 0.47 0.68 0.25
HSL 18.92º 0.52% 0.49% -
HSV(B) 18.92º 0.68% 0.75% -
XYZ 27.08 20.92 7.02 -
YUV 123.94 92.49 175.83 -
System Red Green Blue C M Y K H S L
Decimal 191 102 61 0 0.47 0.68 0.25 18.92 0.52 0.49
Hex BF 66 3D 0 2F 44 19 13 34 31
Octal 277 146 75 0 57 104 31 23 64 61
Binary 10111111 1100110 111101 0 101111 1000100 11001 10011 110100 110001

Color Harmonies of #BF663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF663D

Black with #BF663D

Text Example


Text Example

White with #BF663D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF663D; }

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

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

background-color css

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

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

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

border-color css

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

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

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