Html Css Color HEX #B65C33 Smoke Tree

📋 copy color: '#B65C33'

red 182 ◦ green 92 ◦ blue 51

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

Shades of Smoke Tree #B65C33

Tints of Smoke Tree #B65C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.69%

R = 56%
G = 28.31%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B65C33 (or 0xB65C33) is known color: Smoke Tree. HEX triplet: B6, 5C and 33. RGB value is (182,92,51). Sum of RGB (Red+Green+Blue) = 182+92+51=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65C33 is #49A3CC. Grayscale: #727272. Windows color (decimal): -4826061 or 3366070. OLE color: 3366070.

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

Color convert

RGB 182 92 51 -
CMYK 0 0.49 0.72 0.29
HSL 18.78º 0.56% 0.46% -
HSV(B) 18.78º 0.72% 0.71% -
XYZ 23.72 17.84 5.33 -
YUV 114.24 92.32 176.33 -
System Red Green Blue C M Y K H S L
Decimal 182 92 51 0 0.49 0.72 0.29 18.78 0.56 0.46
Hex B6 5C 33 0 31 48 1D 13 38 2E
Octal 266 134 63 0 61 110 35 23 70 56
Binary 10110110 1011100 110011 0 110001 1001000 11101 10011 111000 101110

Color Harmonies of #B65C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65C33

Black with #B65C33

Text Example


Text Example

White with #B65C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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