Html Css Color HEX #B85B3A Smoke Tree

📋 copy color: '#B85B3A'

red 184 ◦ green 91 ◦ blue 58

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

Shades of Smoke Tree #B85B3A

Tints of Smoke Tree #B85B3A

RGB

 RED value IS 184 (72.27% from 255) = 55.26%

 GREEN value IS 91 (35.94% from 255) = 27.33%

 BLUE value IS 58 (23.05% from 255) = 17.42%

R = 55.26%
G = 27.33%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B85B3A (or 0xB85B3A) is known color: Smoke Tree. HEX triplet: B8, 5B and 3A. RGB value is (184,91,58). Sum of RGB (Red+Green+Blue) = 184+91+58=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85B3A is #47A4C5. Grayscale: #737373. Windows color (decimal): -4695238 or 3824568. OLE color: 3824568.

HSL color Cylindrical-coordinate representation of color #B85B3A: hue angle of 15.71º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B85B3A is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 91 58 -
CMYK 0 0.51 0.68 0.28
HSL 15.71º 0.52% 0.47% -
HSV(B) 15.71º 0.68% 0.72% -
XYZ 24.27 17.98 6.19 -
YUV 115.05 95.81 177.18 -
System Red Green Blue C M Y K H S L
Decimal 184 91 58 0 0.51 0.68 0.28 15.71 0.52 0.47
Hex B8 5B 3A 0 33 44 1C 10 34 2F
Octal 270 133 72 0 63 104 34 20 64 57
Binary 10111000 1011011 111010 0 110011 1000100 11100 10000 110100 101111

Color Harmonies of #B85B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85B3A

Black with #B85B3A

Text Example


Text Example

White with #B85B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85B3A; }

 p { color: rgb(184,91,58); }

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

background-color css

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

 a { background-color: rgb(184,91,58); }

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

border-color css

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

 span { border-color: rgb(184,91,58); }

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