Html Css Color HEX #BF663A Smoke Tree

📋 copy color: '#BF663A'

red 191 ◦ green 102 ◦ blue 58

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

Shades of Smoke Tree #BF663A

Tints of Smoke Tree #BF663A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.52%

R = 54.42%
G = 29.06%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BF663A (or 0xBF663A) is known color: Smoke Tree. HEX triplet: BF, 66 and 3A. RGB value is (191,102,58). Sum of RGB (Red+Green+Blue) = 191+102+58=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF663A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF663A is #4099C5. Grayscale: #7B7B7B. Windows color (decimal): -4233670 or 3827391. OLE color: 3827391.

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

Color convert

RGB 191 102 58 -
CMYK 0 0.47 0.70 0.25
HSL 19.85º 0.53% 0.49% -
HSV(B) 19.85º 0.7% 0.75% -
XYZ 27 20.88 6.61 -
YUV 123.6 90.99 176.08 -
System Red Green Blue C M Y K H S L
Decimal 191 102 58 0 0.47 0.70 0.25 19.85 0.53 0.49
Hex BF 66 3A 0 2F 46 19 14 35 31
Octal 277 146 72 0 57 106 31 24 65 61
Binary 10111111 1100110 111010 0 101111 1000110 11001 10100 110101 110001

Color Harmonies of #BF663A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF663A

Black with #BF663A

Text Example


Text Example

White with #BF663A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF663A; }

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

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

background-color css

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

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

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

border-color css

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

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

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