Html Css Color HEX #BF653D Smoke Tree

📋 copy color: '#BF653D'

red 191 ◦ green 101 ◦ blue 61

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

Shades of Smoke Tree #BF653D

Tints of Smoke Tree #BF653D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.61%

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

R = 54.11%
G = 28.61%
B = 17.28%

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

#BF653D (or 0xBF653D) is known color: Smoke Tree. HEX triplet: BF, 65 and 3D. RGB value is (191,101,61). Sum of RGB (Red+Green+Blue) = 191+101+61=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF653D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF653D is #409AC2. Grayscale: #7B7B7B. Windows color (decimal): -4233923 or 4023743. OLE color: 4023743.

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

Color convert

RGB 191 101 61 -
CMYK 0 0.47 0.68 0.25
HSL 18.46º 0.52% 0.49% -
HSV(B) 18.46º 0.68% 0.75% -
XYZ 26.98 20.72 6.99 -
YUV 123.35 92.82 176.25 -
System Red Green Blue C M Y K H S L
Decimal 191 101 61 0 0.47 0.68 0.25 18.46 0.52 0.49
Hex BF 65 3D 0 2F 44 19 12 34 31
Octal 277 145 75 0 57 104 31 22 64 61
Binary 10111111 1100101 111101 0 101111 1000100 11001 10010 110100 110001

Color Harmonies of #BF653D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF653D

Black with #BF653D

Text Example


Text Example

White with #BF653D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF653D; }

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

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

background-color css

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

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

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

border-color css

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

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

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