Html Css Color HEX #BF5A2B Smoke Tree

📋 copy color: '#BF5A2B'

red 191 ◦ green 90 ◦ blue 43

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

Shades of Smoke Tree #BF5A2B

Tints of Smoke Tree #BF5A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.27%

R = 58.95%
G = 27.78%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF5A2B (or 0xBF5A2B) is known color: Smoke Tree. HEX triplet: BF, 5A and 2B. RGB value is (191,90,43). Sum of RGB (Red+Green+Blue) = 191+90+43=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5A2B is #40A5D4. Grayscale: #737373. Windows color (decimal): -4236757 or 2841279. OLE color: 2841279.

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

Color convert

RGB 191 90 43 -
CMYK 0 0.53 0.77 0.25
HSL 19.05º 0.63% 0.46% -
HSV(B) 19.05º 0.77% 0.75% -
XYZ 25.58 18.56 4.52 -
YUV 114.84 87.46 182.32 -
System Red Green Blue C M Y K H S L
Decimal 191 90 43 0 0.53 0.77 0.25 19.05 0.63 0.46
Hex BF 5A 2B 0 35 4D 19 13 3F 2E
Octal 277 132 53 0 65 115 31 23 77 56
Binary 10111111 1011010 101011 0 110101 1001101 11001 10011 111111 101110

Color Harmonies of #BF5A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5A2B

Black with #BF5A2B

Text Example


Text Example

White with #BF5A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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