Html Css Color HEX #BF6032 Smoke Tree

📋 copy color: '#BF6032'

red 191 ◦ green 96 ◦ blue 50

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

Shades of Smoke Tree #BF6032

Tints of Smoke Tree #BF6032

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.49%

 BLUE value IS 50 (19.92% from 255) = 14.84%

R = 56.68%
G = 28.49%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF6032 (or 0xBF6032) is known color: Smoke Tree. HEX triplet: BF, 60 and 32. RGB value is (191,96,50). Sum of RGB (Red+Green+Blue) = 191+96+50=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6032 is #409FCD. Grayscale: #777777. Windows color (decimal): -4235214 or 3301567. OLE color: 3301567.

HSL color Cylindrical-coordinate representation of color #BF6032: hue angle of 19.57º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF6032 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 96 50 -
CMYK 0 0.50 0.74 0.25
HSL 19.57º 0.59% 0.47% -
HSV(B) 19.57º 0.74% 0.75% -
XYZ 26.24 19.67 5.43 -
YUV 119.16 88.97 179.24 -
System Red Green Blue C M Y K H S L
Decimal 191 96 50 0 0.50 0.74 0.25 19.57 0.59 0.47
Hex BF 60 32 0 32 4A 19 14 3B 2F
Octal 277 140 62 0 62 112 31 24 73 57
Binary 10111111 1100000 110010 0 110010 1001010 11001 10100 111011 101111

Color Harmonies of #BF6032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6032

Black with #BF6032

Text Example


Text Example

White with #BF6032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6032; }

 p { color: rgb(191,96,50); }

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

background-color css

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

 a { background-color: rgb(191,96,50); }

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

border-color css

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

 span { border-color: rgb(191,96,50); }

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