Html Css Color HEX #B65E36 Smoke Tree

📋 copy color: '#B65E36'

red 182 ◦ green 94 ◦ blue 54

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

Shades of Smoke Tree #B65E36

Tints of Smoke Tree #B65E36

RGB

 RED value IS 182 (71.48% from 255) = 55.15%

 GREEN value IS 94 (37.11% from 255) = 28.48%

 BLUE value IS 54 (21.48% from 255) = 16.36%

R = 55.15%
G = 28.48%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B65E36 (or 0xB65E36) is known color: Smoke Tree. HEX triplet: B6, 5E and 36. RGB value is (182,94,54). Sum of RGB (Red+Green+Blue) = 182+94+54=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65E36 is #49A1C9. Grayscale: #747474. Windows color (decimal): -4825546 or 3563190. OLE color: 3563190.

HSL color Cylindrical-coordinate representation of color #B65E36: hue angle of 18.75º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B65E36 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 94 54 -
CMYK 0 0.48 0.70 0.29
HSL 18.75º 0.54% 0.46% -
HSV(B) 18.75º 0.7% 0.71% -
XYZ 23.96 18.22 5.74 -
YUV 115.75 93.15 175.25 -
System Red Green Blue C M Y K H S L
Decimal 182 94 54 0 0.48 0.70 0.29 18.75 0.54 0.46
Hex B6 5E 36 0 30 46 1D 13 36 2E
Octal 266 136 66 0 60 106 35 23 66 56
Binary 10110110 1011110 110110 0 110000 1000110 11101 10011 110110 101110

Color Harmonies of #B65E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65E36

Black with #B65E36

Text Example


Text Example

White with #B65E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65E36; }

 p { color: rgb(182,94,54); }

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

background-color css

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

 a { background-color: rgb(182,94,54); }

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

border-color css

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

 span { border-color: rgb(182,94,54); }

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