Html Css Color HEX #BF6033 Smoke Tree

📋 copy color: '#BF6033'

red 191 ◦ green 96 ◦ blue 51

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

Shades of Smoke Tree #BF6033

Tints of Smoke Tree #BF6033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.09%

R = 56.51%
G = 28.4%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BF6033 (or 0xBF6033) is known color: Smoke Tree. HEX triplet: BF, 60 and 33. RGB value is (191,96,51). Sum of RGB (Red+Green+Blue) = 191+96+51=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6033 is #409FCC. Grayscale: #777777. Windows color (decimal): -4235213 or 3367103. OLE color: 3367103.

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

Color convert

RGB 191 96 51 -
CMYK 0 0.50 0.73 0.25
HSL 19.29º 0.58% 0.47% -
HSV(B) 19.29º 0.73% 0.75% -
XYZ 26.27 19.68 5.55 -
YUV 119.28 89.47 179.16 -
System Red Green Blue C M Y K H S L
Decimal 191 96 51 0 0.50 0.73 0.25 19.29 0.58 0.47
Hex BF 60 33 0 32 49 19 13 3A 2F
Octal 277 140 63 0 62 111 31 23 72 57
Binary 10111111 1100000 110011 0 110010 1001001 11001 10011 111010 101111

Color Harmonies of #BF6033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6033

Black with #BF6033

Text Example


Text Example

White with #BF6033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6033; }

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

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

background-color css

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

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

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

border-color css

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

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

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