Html Css Color HEX #B26201 Tenne (Tawny)

📋 copy color: '#B26201'

red 178 ◦ green 98 ◦ blue 1

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

Shades of Tenne (Tawny) #B26201

Tints of Tenne (Tawny) #B26201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.38%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 64.26%
G = 35.38%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B26201 (or 0xB26201) is known color: Tenne (Tawny). HEX triplet: B2, 62 and 01. RGB value is (178,98,1). Sum of RGB (Red+Green+Blue) = 178+98+1=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B26201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26201 is #4D9DFE. Grayscale: #6F6F6F. Windows color (decimal): -5086719 or 90802. OLE color: 90802.

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

Color convert

RGB 178 98 1 -
CMYK 0 0.45 0.99 0.30
HSL 32.88º 0.99% 0.35% -
HSV(B) 32.88º 0.99% 0.7% -
XYZ 22.73 18.2 2.34 -
YUV 110.86 66 175.89 -
System Red Green Blue C M Y K H S L
Decimal 178 98 1 0 0.45 0.99 0.30 32.88 0.99 0.35
Hex B2 62 1 0 2D 63 1E 21 63 23
Octal 262 142 1 0 55 143 36 41 143 43
Binary 10110010 1100010 1 0 101101 1100011 11110 100001 1100011 100011

Color Harmonies of #B26201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26201

Black with #B26201

Text Example


Text Example

White with #B26201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26201; }

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

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

background-color css

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

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

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

border-color css

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

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

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