Html Css Color HEX #BF673A Smoke Tree

📋 copy color: '#BF673A'

red 191 ◦ green 103 ◦ blue 58

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

Shades of Smoke Tree #BF673A

Tints of Smoke Tree #BF673A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.26%

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

R = 54.26%
G = 29.26%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BF673A (or 0xBF673A) is known color: Smoke Tree. HEX triplet: BF, 67 and 3A. RGB value is (191,103,58). Sum of RGB (Red+Green+Blue) = 191+103+58=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF673A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF673A is #4098C5. Grayscale: #7C7C7C. Windows color (decimal): -4233414 or 3827647. OLE color: 3827647.

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

Color convert

RGB 191 103 58 -
CMYK 0 0.46 0.70 0.25
HSL 20.3º 0.53% 0.49% -
HSV(B) 20.3º 0.7% 0.75% -
XYZ 27.1 21.08 6.64 -
YUV 124.18 90.65 175.66 -
System Red Green Blue C M Y K H S L
Decimal 191 103 58 0 0.46 0.70 0.25 20.3 0.53 0.49
Hex BF 67 3A 0 2E 46 19 14 35 31
Octal 277 147 72 0 56 106 31 24 65 61
Binary 10111111 1100111 111010 0 101110 1000110 11001 10100 110101 110001

Color Harmonies of #BF673A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF673A

Black with #BF673A

Text Example


Text Example

White with #BF673A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF673A; }

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

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

background-color css

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

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

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

border-color css

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

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

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