Html Css Color HEX #BF633B Smoke Tree

📋 copy color: '#BF633B'

red 191 ◦ green 99 ◦ blue 59

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

Shades of Smoke Tree #BF633B

Tints of Smoke Tree #BF633B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.37%

 BLUE value IS 59 (23.44% from 255) = 16.91%

R = 54.73%
G = 28.37%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF633B (or 0xBF633B) is known color: Smoke Tree. HEX triplet: BF, 63 and 3B. RGB value is (191,99,59). Sum of RGB (Red+Green+Blue) = 191+99+59=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF633B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF633B is #409CC4. Grayscale: #7A7A7A. Windows color (decimal): -4234437 or 3892159. OLE color: 3892159.

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

Color convert

RGB 191 99 59 -
CMYK 0 0.48 0.69 0.25
HSL 18.18º 0.53% 0.49% -
HSV(B) 18.18º 0.69% 0.75% -
XYZ 26.74 20.32 6.65 -
YUV 121.95 92.48 177.25 -
System Red Green Blue C M Y K H S L
Decimal 191 99 59 0 0.48 0.69 0.25 18.18 0.53 0.49
Hex BF 63 3B 0 30 45 19 12 35 31
Octal 277 143 73 0 60 105 31 22 65 61
Binary 10111111 1100011 111011 0 110000 1000101 11001 10010 110101 110001

Color Harmonies of #BF633B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF633B

Black with #BF633B

Text Example


Text Example

White with #BF633B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF633B; }

 p { color: rgb(191,99,59); }

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

background-color css

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

 a { background-color: rgb(191,99,59); }

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

border-color css

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

 span { border-color: rgb(191,99,59); }

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