Html Css Color HEX #B65E3C Smoke Tree

📋 copy color: '#B65E3C'

red 182 ◦ green 94 ◦ blue 60

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

Shades of Smoke Tree #B65E3C

Tints of Smoke Tree #B65E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.86%

R = 54.17%
G = 27.98%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B65E3C (or 0xB65E3C) is known color: Smoke Tree. HEX triplet: B6, 5E and 3C. RGB value is (182,94,60). Sum of RGB (Red+Green+Blue) = 182+94+60=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65E3C is #49A1C3. Grayscale: #747474. Windows color (decimal): -4825540 or 3956406. OLE color: 3956406.

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

Color convert

RGB 182 94 60 -
CMYK 0 0.48 0.67 0.29
HSL 16.72º 0.5% 0.47% -
HSV(B) 16.72º 0.67% 0.71% -
XYZ 24.11 18.28 6.53 -
YUV 116.44 96.15 174.76 -
System Red Green Blue C M Y K H S L
Decimal 182 94 60 0 0.48 0.67 0.29 16.72 0.5 0.47
Hex B6 5E 3C 0 30 43 1D 11 32 2F
Octal 266 136 74 0 60 103 35 21 62 57
Binary 10110110 1011110 111100 0 110000 1000011 11101 10001 110010 101111

Color Harmonies of #B65E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65E3C

Black with #B65E3C

Text Example


Text Example

White with #B65E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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