Html Css Color HEX #B65D3C Smoke Tree

📋 copy color: '#B65D3C'

red 182 ◦ green 93 ◦ blue 60

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

Shades of Smoke Tree #B65D3C

Tints of Smoke Tree #B65D3C

RGB

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

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

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

R = 54.33%
G = 27.76%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B65D3C (or 0xB65D3C) is known color: Smoke Tree. HEX triplet: B6, 5D and 3C. RGB value is (182,93,60). Sum of RGB (Red+Green+Blue) = 182+93+60=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65D3C is #49A2C3. Grayscale: #747474. Windows color (decimal): -4825796 or 3956150. OLE color: 3956150.

HSL color Cylindrical-coordinate representation of color #B65D3C: hue angle of 16.23º 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 #B65D3C is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 93 60 -
CMYK 0 0.49 0.67 0.29
HSL 16.23º 0.5% 0.47% -
HSV(B) 16.23º 0.67% 0.71% -
XYZ 24.02 18.1 6.5 -
YUV 115.85 96.49 175.18 -
System Red Green Blue C M Y K H S L
Decimal 182 93 60 0 0.49 0.67 0.29 16.23 0.5 0.47
Hex B6 5D 3C 0 31 43 1D 10 32 2F
Octal 266 135 74 0 61 103 35 20 62 57
Binary 10110110 1011101 111100 0 110001 1000011 11101 10000 110010 101111

Color Harmonies of #B65D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65D3C

Black with #B65D3C

Text Example


Text Example

White with #B65D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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