Html Css Color HEX #B65C38 Smoke Tree

📋 copy color: '#B65C38'

red 182 ◦ green 92 ◦ blue 56

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

Shades of Smoke Tree #B65C38

Tints of Smoke Tree #B65C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.97%

R = 55.15%
G = 27.88%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B65C38 (or 0xB65C38) is known color: Smoke Tree. HEX triplet: B6, 5C and 38. RGB value is (182,92,56). Sum of RGB (Red+Green+Blue) = 182+92+56=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65C38 is #49A3C7. Grayscale: #737373. Windows color (decimal): -4826056 or 3693750. OLE color: 3693750.

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

Color convert

RGB 182 92 56 -
CMYK 0 0.49 0.69 0.29
HSL 17.14º 0.53% 0.47% -
HSV(B) 17.14º 0.69% 0.71% -
XYZ 23.83 17.88 5.94 -
YUV 114.81 94.82 175.93 -
System Red Green Blue C M Y K H S L
Decimal 182 92 56 0 0.49 0.69 0.29 17.14 0.53 0.47
Hex B6 5C 38 0 31 45 1D 11 35 2F
Octal 266 134 70 0 61 105 35 21 65 57
Binary 10110110 1011100 111000 0 110001 1000101 11101 10001 110101 101111

Color Harmonies of #B65C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65C38

Black with #B65C38

Text Example


Text Example

White with #B65C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65C38; }

 p { color: rgb(182,92,56); }

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

background-color css

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

 a { background-color: rgb(182,92,56); }

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

border-color css

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

 span { border-color: rgb(182,92,56); }

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