Html Css Color HEX #B65935 Smoke Tree

📋 copy color: '#B65935'

red 182 ◦ green 89 ◦ blue 53

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

Shades of Smoke Tree #B65935

Tints of Smoke Tree #B65935

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.47%

 BLUE value IS 53 (21.09% from 255) = 16.36%

R = 56.17%
G = 27.47%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B65935 (or 0xB65935) is known color: Smoke Tree. HEX triplet: B6, 59 and 35. RGB value is (182,89,53). Sum of RGB (Red+Green+Blue) = 182+89+53=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B65935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65935 is #49A6CA. Grayscale: #707070. Windows color (decimal): -4826827 or 3496374. OLE color: 3496374.

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

Color convert

RGB 182 89 53 -
CMYK 0 0.51 0.71 0.29
HSL 16.74º 0.55% 0.46% -
HSV(B) 16.74º 0.71% 0.71% -
XYZ 23.51 17.35 5.48 -
YUV 112.7 94.31 177.43 -
System Red Green Blue C M Y K H S L
Decimal 182 89 53 0 0.51 0.71 0.29 16.74 0.55 0.46
Hex B6 59 35 0 33 47 1D 11 37 2E
Octal 266 131 65 0 63 107 35 21 67 56
Binary 10110110 1011001 110101 0 110011 1000111 11101 10001 110111 101110

Color Harmonies of #B65935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65935

Black with #B65935

Text Example


Text Example

White with #B65935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65935; }

 p { color: rgb(182,89,53); }

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

background-color css

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

 a { background-color: rgb(182,89,53); }

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

border-color css

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

 span { border-color: rgb(182,89,53); }

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