Html Css Color HEX #B26035 Smoke Tree

📋 copy color: '#B26035'

red 178 ◦ green 96 ◦ blue 53

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

Shades of Smoke Tree #B26035

Tints of Smoke Tree #B26035

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.36%

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

R = 54.43%
G = 29.36%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B26035 (or 0xB26035) is known color: Smoke Tree. HEX triplet: B2, 60 and 35. RGB value is (178,96,53). Sum of RGB (Red+Green+Blue) = 178+96+53=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B26035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26035 is #4D9FCA. Grayscale: #737373. Windows color (decimal): -5087179 or 3498162. OLE color: 3498162.

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

Color convert

RGB 178 96 53 -
CMYK 0 0.46 0.70 0.30
HSL 20.64º 0.54% 0.45% -
HSV(B) 20.64º 0.7% 0.7% -
XYZ 23.19 18.09 5.64 -
YUV 115.62 92.67 172.5 -
System Red Green Blue C M Y K H S L
Decimal 178 96 53 0 0.46 0.70 0.30 20.64 0.54 0.45
Hex B2 60 35 0 2E 46 1E 15 36 2D
Octal 262 140 65 0 56 106 36 25 66 55
Binary 10110010 1100000 110101 0 101110 1000110 11110 10101 110110 101101

Color Harmonies of #B26035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26035

Black with #B26035

Text Example


Text Example

White with #B26035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26035; }

 p { color: rgb(178,96,53); }

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

background-color css

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

 a { background-color: rgb(178,96,53); }

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

border-color css

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

 span { border-color: rgb(178,96,53); }

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