Html Css Color HEX #B26332 Smoke Tree

📋 copy color: '#B26332'

red 178 ◦ green 99 ◦ blue 50

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

Shades of Smoke Tree #B26332

Tints of Smoke Tree #B26332

RGB

 RED value IS 178 (69.92% from 255) = 54.43%

 GREEN value IS 99 (39.06% from 255) = 30.28%

 BLUE value IS 50 (19.92% from 255) = 15.29%

R = 54.43%
G = 30.28%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B26332 (or 0xB26332) is known color: Smoke Tree. HEX triplet: B2, 63 and 32. RGB value is (178,99,50). Sum of RGB (Red+Green+Blue) = 178+99+50=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B26332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26332 is #4D9CCD. Grayscale: #757575. Windows color (decimal): -5086414 or 3302322. OLE color: 3302322.

HSL color Cylindrical-coordinate representation of color #B26332: hue angle of 22.97º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B26332 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 99 50 -
CMYK 0 0.44 0.72 0.30
HSL 22.97º 0.56% 0.45% -
HSV(B) 22.97º 0.72% 0.7% -
XYZ 23.4 18.62 5.38 -
YUV 117.04 90.17 171.48 -
System Red Green Blue C M Y K H S L
Decimal 178 99 50 0 0.44 0.72 0.30 22.97 0.56 0.45
Hex B2 63 32 0 2C 48 1E 17 38 2D
Octal 262 143 62 0 54 110 36 27 70 55
Binary 10110010 1100011 110010 0 101100 1001000 11110 10111 111000 101101

Color Harmonies of #B26332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26332

Black with #B26332

Text Example


Text Example

White with #B26332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26332; }

 p { color: rgb(178,99,50); }

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

background-color css

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

 a { background-color: rgb(178,99,50); }

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

border-color css

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

 span { border-color: rgb(178,99,50); }

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