Html Css Color HEX #B85F3A Smoke Tree

📋 copy color: '#B85F3A'

red 184 ◦ green 95 ◦ blue 58

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

Shades of Smoke Tree #B85F3A

Tints of Smoke Tree #B85F3A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.19%

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

R = 54.6%
G = 28.19%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B85F3A (or 0xB85F3A) is known color: Smoke Tree. HEX triplet: B8, 5F and 3A. RGB value is (184,95,58). Sum of RGB (Red+Green+Blue) = 184+95+58=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85F3A is #47A0C5. Grayscale: #757575. Windows color (decimal): -4694214 or 3825592. OLE color: 3825592.

HSL color Cylindrical-coordinate representation of color #B85F3A: hue angle of 17.62º 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 #B85F3A is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 95 58 -
CMYK 0 0.48 0.68 0.28
HSL 17.62º 0.52% 0.47% -
HSV(B) 17.62º 0.68% 0.72% -
XYZ 24.62 18.68 6.31 -
YUV 117.39 94.49 175.51 -
System Red Green Blue C M Y K H S L
Decimal 184 95 58 0 0.48 0.68 0.28 17.62 0.52 0.47
Hex B8 5F 3A 0 30 44 1C 12 34 2F
Octal 270 137 72 0 60 104 34 22 64 57
Binary 10111000 1011111 111010 0 110000 1000100 11100 10010 110100 101111

Color Harmonies of #B85F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85F3A

Black with #B85F3A

Text Example


Text Example

White with #B85F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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