Html Css Color HEX #B95A2E Smoke Tree

📋 copy color: '#B95A2E'

red 185 ◦ green 90 ◦ blue 46

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

Shades of Smoke Tree #B95A2E

Tints of Smoke Tree #B95A2E

RGB

 RED value IS 185 (72.66% from 255) = 57.63%

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

 BLUE value IS 46 (18.36% from 255) = 14.33%

R = 57.63%
G = 28.04%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B95A2E (or 0xB95A2E) is known color: Smoke Tree. HEX triplet: B9, 5A and 2E. RGB value is (185,90,46). Sum of RGB (Red+Green+Blue) = 185+90+46=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95A2E is #46A5D1. Grayscale: #717171. Windows color (decimal): -4629970 or 3037881. OLE color: 3037881.

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

Color convert

RGB 185 90 46 -
CMYK 0 0.51 0.75 0.27
HSL 18.99º 0.6% 0.45% -
HSV(B) 18.99º 0.75% 0.73% -
XYZ 24.16 17.82 4.75 -
YUV 113.39 89.97 179.08 -
System Red Green Blue C M Y K H S L
Decimal 185 90 46 0 0.51 0.75 0.27 18.99 0.6 0.45
Hex B9 5A 2E 0 33 4B 1B 13 3C 2D
Octal 271 132 56 0 63 113 33 23 74 55
Binary 10111001 1011010 101110 0 110011 1001011 11011 10011 111100 101101

Color Harmonies of #B95A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95A2E

Black with #B95A2E

Text Example


Text Example

White with #B95A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95A2E; }

 p { color: rgb(185,90,46); }

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

background-color css

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

 a { background-color: rgb(185,90,46); }

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

border-color css

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

 span { border-color: rgb(185,90,46); }

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