Html Css Color HEX #B85B3D Smoke Tree

📋 copy color: '#B85B3D'

red 184 ◦ green 91 ◦ blue 61

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

Shades of Smoke Tree #B85B3D

Tints of Smoke Tree #B85B3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.15%

R = 54.76%
G = 27.08%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B85B3D (or 0xB85B3D) is known color: Smoke Tree. HEX triplet: B8, 5B and 3D. RGB value is (184,91,61). Sum of RGB (Red+Green+Blue) = 184+91+61=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85B3D is #47A4C2. Grayscale: #737373. Windows color (decimal): -4695235 or 4021176. OLE color: 4021176.

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

Color convert

RGB 184 91 61 -
CMYK 0 0.51 0.67 0.28
HSL 14.63º 0.5% 0.48% -
HSV(B) 14.63º 0.67% 0.72% -
XYZ 24.35 18.01 6.61 -
YUV 115.39 97.31 176.94 -
System Red Green Blue C M Y K H S L
Decimal 184 91 61 0 0.51 0.67 0.28 14.63 0.5 0.48
Hex B8 5B 3D 0 33 43 1C F 32 30
Octal 270 133 75 0 63 103 34 17 62 60
Binary 10111000 1011011 111101 0 110011 1000011 11100 1111 110010 110000

Color Harmonies of #B85B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85B3D

Black with #B85B3D

Text Example


Text Example

White with #B85B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85B3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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