#B26200

Color #B26200 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #B26200

Tints of Tenne (Tawny) #B26200

Color information

#B26200 (or 0xB26200) is unknown color: approx Tenne (Tawny). HEX triplet: B2, 62 and 00. RGB value is (178,98,0). Sum of RGB (Red+Green+Blue) = 178+98+0=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B26200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26200 is #4D9DFF. Grayscale: #6F6F6F. Windows color (decimal): -5086720 or 25266. OLE color: 25266.

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

Color convert

RGB178980-
CMYK00.4510.30
HSL33.03º100%34.9%-
HSV(B)33.03º100%69.8%-
XYZ22.7318.22.32-
YUV110.7565.5175.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 64.49%
GREEN value IS 98 (38.67% from 255) = 35.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.49%
G=35.51%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17898000.4510.3033.0310034.9
HexB262002D641E216423
Octal2621420055144364114443
Binary101100101100010001011011100100111101000011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26200; }

 p { color: rgb(178,98,0); }

 H1.HeaderClassName
 {
   color: #B26200;
 }
 .AnyTagClassName
 {
   color: #B26200;
 }
</style>
background-color css

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

 a { background-color: rgb(178,98,0); }

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

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

 span { border-color: rgb(178,98,0); }

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