Html Css Color HEX #B26401 Tenne (Tawny)

📋 copy color: '#B26401'

red 178 ◦ green 100 ◦ blue 1

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

Shades of Tenne (Tawny) #B26401

Tints of Tenne (Tawny) #B26401

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.84%

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

R = 63.8%
G = 35.84%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B26401 (or 0xB26401) is known color: Tenne (Tawny). HEX triplet: B2, 64 and 01. RGB value is (178,100,1). Sum of RGB (Red+Green+Blue) = 178+100+1=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B26401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26401 is #4D9BFE. Grayscale: #707070. Windows color (decimal): -5086207 or 91314. OLE color: 91314.

HSL color Cylindrical-coordinate representation of color #B26401: hue angle of 33.56º 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 #B26401 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 100 1 -
CMYK 0 0.44 0.99 0.30
HSL 33.56º 0.99% 0.35% -
HSV(B) 33.56º 0.99% 0.7% -
XYZ 22.92 18.58 2.41 -
YUV 112.04 65.34 175.05 -
System Red Green Blue C M Y K H S L
Decimal 178 100 1 0 0.44 0.99 0.30 33.56 0.99 0.35
Hex B2 64 1 0 2C 63 1E 22 63 23
Octal 262 144 1 0 54 143 36 42 143 43
Binary 10110010 1100100 1 0 101100 1100011 11110 100010 1100011 100011

Color Harmonies of #B26401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26401

Black with #B26401

Text Example


Text Example

White with #B26401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26401; }

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

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

background-color css

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

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

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

border-color css

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

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

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