Html Css Color HEX #BF643D Smoke Tree

📋 copy color: '#BF643D'

red 191 ◦ green 100 ◦ blue 61

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

Shades of Smoke Tree #BF643D

Tints of Smoke Tree #BF643D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.41%

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

R = 54.26%
G = 28.41%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BF643D (or 0xBF643D) is known color: Smoke Tree. HEX triplet: BF, 64 and 3D. RGB value is (191,100,61). Sum of RGB (Red+Green+Blue) = 191+100+61=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF643D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF643D is #409BC2. Grayscale: #7B7B7B. Windows color (decimal): -4234179 or 4023487. OLE color: 4023487.

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

Color convert

RGB 191 100 61 -
CMYK 0 0.48 0.68 0.25
HSL 18º 0.52% 0.49% -
HSV(B) 18º 0.68% 0.75% -
XYZ 26.89 20.53 6.96 -
YUV 122.76 93.15 176.67 -
System Red Green Blue C M Y K H S L
Decimal 191 100 61 0 0.48 0.68 0.25 18 0.52 0.49
Hex BF 64 3D 0 30 44 19 12 34 31
Octal 277 144 75 0 60 104 31 22 64 61
Binary 10111111 1100100 111101 0 110000 1000100 11001 10010 110100 110001

Color Harmonies of #BF643D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF643D

Black with #BF643D

Text Example


Text Example

White with #BF643D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF643D; }

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

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

background-color css

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

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

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

border-color css

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

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

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