Html Css Color HEX #B85C34 Smoke Tree

📋 copy color: '#B85C34'

red 184 ◦ green 92 ◦ blue 52

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

Shades of Smoke Tree #B85C34

Tints of Smoke Tree #B85C34

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.05%

 BLUE value IS 52 (20.7% from 255) = 15.85%

R = 56.1%
G = 28.05%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B85C34 (or 0xB85C34) is known color: Smoke Tree. HEX triplet: B8, 5C and 34. RGB value is (184,92,52). Sum of RGB (Red+Green+Blue) = 184+92+52=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85C34 is #47A3CB. Grayscale: #737373. Windows color (decimal): -4694988 or 3431608. OLE color: 3431608.

HSL color Cylindrical-coordinate representation of color #B85C34: hue angle of 18.18º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B85C34 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 92 52 -
CMYK 0 0.50 0.72 0.28
HSL 18.18º 0.56% 0.46% -
HSV(B) 18.18º 0.72% 0.72% -
XYZ 24.21 18.09 5.46 -
YUV 114.95 92.48 177.25 -
System Red Green Blue C M Y K H S L
Decimal 184 92 52 0 0.50 0.72 0.28 18.18 0.56 0.46
Hex B8 5C 34 0 32 48 1C 12 38 2E
Octal 270 134 64 0 62 110 34 22 70 56
Binary 10111000 1011100 110100 0 110010 1001000 11100 10010 111000 101110

Color Harmonies of #B85C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85C34

Black with #B85C34

Text Example


Text Example

White with #B85C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85C34; }

 p { color: rgb(184,92,52); }

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

background-color css

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

 a { background-color: rgb(184,92,52); }

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

border-color css

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

 span { border-color: rgb(184,92,52); }

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