Html Css Color HEX #B56030 Smoke Tree

📋 copy color: '#B56030'

red 181 ◦ green 96 ◦ blue 48

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

Shades of Smoke Tree #B56030

Tints of Smoke Tree #B56030

RGB

 RED value IS 181 (71.09% from 255) = 55.69%

 GREEN value IS 96 (37.89% from 255) = 29.54%

 BLUE value IS 48 (19.14% from 255) = 14.77%

R = 55.69%
G = 29.54%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B56030 (or 0xB56030) is known color: Smoke Tree. HEX triplet: B5, 60 and 30. RGB value is (181,96,48). Sum of RGB (Red+Green+Blue) = 181+96+48=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B56030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56030 is #4A9FCF. Grayscale: #747474. Windows color (decimal): -4890576 or 3170485. OLE color: 3170485.

HSL color Cylindrical-coordinate representation of color #B56030: hue angle of 21.65º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B56030 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 96 48 -
CMYK 0 0.47 0.73 0.29
HSL 21.65º 0.58% 0.45% -
HSV(B) 21.65º 0.73% 0.71% -
XYZ 23.77 18.4 5.1 -
YUV 115.94 89.66 174.4 -
System Red Green Blue C M Y K H S L
Decimal 181 96 48 0 0.47 0.73 0.29 21.65 0.58 0.45
Hex B5 60 30 0 2F 49 1D 16 3A 2D
Octal 265 140 60 0 57 111 35 26 72 55
Binary 10110101 1100000 110000 0 101111 1001001 11101 10110 111010 101101

Color Harmonies of #B56030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56030

Black with #B56030

Text Example


Text Example

White with #B56030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56030; }

 p { color: rgb(181,96,48); }

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

background-color css

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

 a { background-color: rgb(181,96,48); }

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

border-color css

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

 span { border-color: rgb(181,96,48); }

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