Html Css Color HEX #BF663C Smoke Tree

📋 copy color: '#BF663C'

red 191 ◦ green 102 ◦ blue 60

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

Shades of Smoke Tree #BF663C

Tints of Smoke Tree #BF663C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17%

R = 54.11%
G = 28.9%
B = 17%

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

#BF663C (or 0xBF663C) is known color: Smoke Tree. HEX triplet: BF, 66 and 3C. RGB value is (191,102,60). Sum of RGB (Red+Green+Blue) = 191+102+60=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF663C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF663C is #4099C3. Grayscale: #7C7C7C. Windows color (decimal): -4233668 or 3958463. OLE color: 3958463.

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

Color convert

RGB 191 102 60 -
CMYK 0 0.47 0.69 0.25
HSL 19.24º 0.52% 0.49% -
HSV(B) 19.24º 0.69% 0.75% -
XYZ 27.05 20.91 6.88 -
YUV 123.82 91.99 175.92 -
System Red Green Blue C M Y K H S L
Decimal 191 102 60 0 0.47 0.69 0.25 19.24 0.52 0.49
Hex BF 66 3C 0 2F 45 19 13 34 31
Octal 277 146 74 0 57 105 31 23 64 61
Binary 10111111 1100110 111100 0 101111 1000101 11001 10011 110100 110001

Color Harmonies of #BF663C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF663C

Black with #BF663C

Text Example


Text Example

White with #BF663C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF663C; }

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

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

background-color css

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

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

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

border-color css

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

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

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