Html Css Color HEX #BF6034 Smoke Tree

📋 copy color: '#BF6034'

red 191 ◦ green 96 ◦ blue 52

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

Shades of Smoke Tree #BF6034

Tints of Smoke Tree #BF6034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.34%

R = 56.34%
G = 28.32%
B = 15.34%

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

#BF6034 (or 0xBF6034) is known color: Smoke Tree. HEX triplet: BF, 60 and 34. RGB value is (191,96,52). Sum of RGB (Red+Green+Blue) = 191+96+52=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6034 is #409FCB. Grayscale: #777777. Windows color (decimal): -4235212 or 3432639. OLE color: 3432639.

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

Color convert

RGB 191 96 52 -
CMYK 0 0.50 0.73 0.25
HSL 18.99º 0.57% 0.48% -
HSV(B) 18.99º 0.73% 0.75% -
XYZ 26.29 19.69 5.66 -
YUV 119.39 89.97 179.08 -
System Red Green Blue C M Y K H S L
Decimal 191 96 52 0 0.50 0.73 0.25 18.99 0.57 0.48
Hex BF 60 34 0 32 49 19 13 39 30
Octal 277 140 64 0 62 111 31 23 71 60
Binary 10111111 1100000 110100 0 110010 1001001 11001 10011 111001 110000

Color Harmonies of #BF6034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6034

Black with #BF6034

Text Example


Text Example

White with #BF6034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6034; }

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

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

background-color css

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

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

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

border-color css

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

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

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