Html Css Color HEX #B26001 Tenne (Tawny)

📋 copy color: '#B26001'

red 178 ◦ green 96 ◦ blue 1

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

Shades of Tenne (Tawny) #B26001

Tints of Tenne (Tawny) #B26001

RGB

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

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

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

R = 64.73%
G = 34.91%
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

#B26001 (or 0xB26001) is known color: Tenne (Tawny). HEX triplet: B2, 60 and 01. RGB value is (178,96,1). Sum of RGB (Red+Green+Blue) = 178+96+1=275 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.73% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 178 - color contains mainly: red. Hex color #B26001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26001 is #4D9FFE. Grayscale: #6E6E6E. Windows color (decimal): -5087231 or 90290. OLE color: 90290.

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

Color convert

RGB 178 96 1 -
CMYK 0 0.46 0.99 0.30
HSL 32.2º 0.99% 0.35% -
HSV(B) 32.2º 0.99% 0.7% -
XYZ 22.55 17.83 2.28 -
YUV 109.69 66.67 176.72 -
System Red Green Blue C M Y K H S L
Decimal 178 96 1 0 0.46 0.99 0.30 32.2 0.99 0.35
Hex B2 60 1 0 2E 63 1E 20 63 23
Octal 262 140 1 0 56 143 36 40 143 43
Binary 10110010 1100000 1 0 101110 1100011 11110 100000 1100011 100011

Color Harmonies of #B26001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26001

Black with #B26001

Text Example


Text Example

White with #B26001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26001; }

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

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

background-color css

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

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

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

border-color css

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

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

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