Html Css Color HEX #B26101 Tenne (Tawny)

📋 copy color: '#B26101'

red 178 ◦ green 97 ◦ blue 1

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

Shades of Tenne (Tawny) #B26101

Tints of Tenne (Tawny) #B26101

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.14%

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

R = 64.49%
G = 35.14%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B26101 (or 0xB26101) is known color: Tenne (Tawny). HEX triplet: B2, 61 and 01. RGB value is (178,97,1). Sum of RGB (Red+Green+Blue) = 178+97+1=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B26101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26101 is #4D9EFE. Grayscale: #6E6E6E. Windows color (decimal): -5086975 or 90546. OLE color: 90546.

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

Color convert

RGB 178 97 1 -
CMYK 0 0.46 0.99 0.30
HSL 32.54º 0.99% 0.35% -
HSV(B) 32.54º 0.99% 0.7% -
XYZ 22.64 18.02 2.31 -
YUV 110.28 66.34 176.31 -
System Red Green Blue C M Y K H S L
Decimal 178 97 1 0 0.46 0.99 0.30 32.54 0.99 0.35
Hex B2 61 1 0 2E 63 1E 21 63 23
Octal 262 141 1 0 56 143 36 41 143 43
Binary 10110010 1100001 1 0 101110 1100011 11110 100001 1100011 100011

Color Harmonies of #B26101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26101

Black with #B26101

Text Example


Text Example

White with #B26101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26101; }

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

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

background-color css

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

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

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

border-color css

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

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

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