Html Css Color HEX #B85A3A Smoke Tree

📋 copy color: '#B85A3A'

red 184 ◦ green 90 ◦ blue 58

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

Shades of Smoke Tree #B85A3A

Tints of Smoke Tree #B85A3A

RGB

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

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

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

R = 55.42%
G = 27.11%
B = 17.47%

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

#B85A3A (or 0xB85A3A) is known color: Smoke Tree. HEX triplet: B8, 5A and 3A. RGB value is (184,90,58). Sum of RGB (Red+Green+Blue) = 184+90+58=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85A3A is #47A5C5. Grayscale: #727272. Windows color (decimal): -4695494 or 3824312. OLE color: 3824312.

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

Color convert

RGB 184 90 58 -
CMYK 0 0.51 0.68 0.28
HSL 15.24º 0.52% 0.47% -
HSV(B) 15.24º 0.68% 0.72% -
XYZ 24.19 17.81 6.17 -
YUV 114.46 96.14 177.6 -
System Red Green Blue C M Y K H S L
Decimal 184 90 58 0 0.51 0.68 0.28 15.24 0.52 0.47
Hex B8 5A 3A 0 33 44 1C F 34 2F
Octal 270 132 72 0 63 104 34 17 64 57
Binary 10111000 1011010 111010 0 110011 1000100 11100 1111 110100 101111

Color Harmonies of #B85A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85A3A

Black with #B85A3A

Text Example


Text Example

White with #B85A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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