Html Css Color HEX #BF5A2A Smoke Tree

📋 copy color: '#BF5A2A'

red 191 ◦ green 90 ◦ blue 42

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

Shades of Smoke Tree #BF5A2A

Tints of Smoke Tree #BF5A2A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.86%

 BLUE value IS 42 (16.8% from 255) = 13%

R = 59.13%
G = 27.86%
B = 13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BF5A2A (or 0xBF5A2A) is known color: Smoke Tree. HEX triplet: BF, 5A and 2A. RGB value is (191,90,42). Sum of RGB (Red+Green+Blue) = 191+90+42=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5A2A is #40A5D5. Grayscale: #737373. Windows color (decimal): -4236758 or 2775743. OLE color: 2775743.

HSL color Cylindrical-coordinate representation of color #BF5A2A: hue angle of 19.33º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF5A2A is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 90 42 -
CMYK 0 0.53 0.78 0.25
HSL 19.33º 0.64% 0.46% -
HSV(B) 19.33º 0.78% 0.75% -
XYZ 25.56 18.56 4.42 -
YUV 114.73 86.96 182.4 -
System Red Green Blue C M Y K H S L
Decimal 191 90 42 0 0.53 0.78 0.25 19.33 0.64 0.46
Hex BF 5A 2A 0 35 4E 19 13 40 2E
Octal 277 132 52 0 65 116 31 23 100 56
Binary 10111111 1011010 101010 0 110101 1001110 11001 10011 1000000 101110

Color Harmonies of #BF5A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5A2A

Black with #BF5A2A

Text Example


Text Example

White with #BF5A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5A2A; }

 p { color: rgb(191,90,42); }

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

background-color css

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

 a { background-color: rgb(191,90,42); }

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

border-color css

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

 span { border-color: rgb(191,90,42); }

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