Html Css Color HEX #B65D3A Smoke Tree

📋 copy color: '#B65D3A'

red 182 ◦ green 93 ◦ blue 58

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

Shades of Smoke Tree #B65D3A

Tints of Smoke Tree #B65D3A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.93%

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

R = 54.65%
G = 27.93%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B65D3A (or 0xB65D3A) is known color: Smoke Tree. HEX triplet: B6, 5D and 3A. RGB value is (182,93,58). Sum of RGB (Red+Green+Blue) = 182+93+58=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65D3A is #49A2C5. Grayscale: #737373. Windows color (decimal): -4825798 or 3825078. OLE color: 3825078.

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

Color convert

RGB 182 93 58 -
CMYK 0 0.49 0.68 0.29
HSL 16.94º 0.52% 0.47% -
HSV(B) 16.94º 0.68% 0.71% -
XYZ 23.97 18.08 6.23 -
YUV 115.62 95.49 175.35 -
System Red Green Blue C M Y K H S L
Decimal 182 93 58 0 0.49 0.68 0.29 16.94 0.52 0.47
Hex B6 5D 3A 0 31 44 1D 11 34 2F
Octal 266 135 72 0 61 104 35 21 64 57
Binary 10110110 1011101 111010 0 110001 1000100 11101 10001 110100 101111

Color Harmonies of #B65D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65D3A

Black with #B65D3A

Text Example


Text Example

White with #B65D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65D3A; }

 p { color: rgb(182,93,58); }

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

background-color css

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

 a { background-color: rgb(182,93,58); }

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

border-color css

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

 span { border-color: rgb(182,93,58); }

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