Html Css Color HEX #B26400 Tenne (Tawny)

📋 copy color: '#B26400'

red 178 ◦ green 100 ◦ blue 0

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

Shades of Tenne (Tawny) #B26400

Tints of Tenne (Tawny) #B26400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.03%
G = 35.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B26400 (or 0xB26400) is known color: Tenne (Tawny). HEX triplet: B2, 64 and 00. RGB value is (178,100,0). Sum of RGB (Red+Green+Blue) = 178+100+0=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B26400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26400 is #4D9BFF. Grayscale: #707070. Windows color (decimal): -5086208 or 25778. OLE color: 25778.

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

Color convert

RGB 178 100 0 -
CMYK 0 0.44 1 0.30
HSL 33.71º 1% 0.35% -
HSV(B) 33.71º 1% 0.7% -
XYZ 22.92 18.58 2.38 -
YUV 111.92 64.84 175.13 -
System Red Green Blue C M Y K H S L
Decimal 178 100 0 0 0.44 1 0.30 33.71 1 0.35
Hex B2 64 0 0 2C 64 1E 22 64 23
Octal 262 144 0 0 54 144 36 42 144 43
Binary 10110010 1100100 0 0 101100 1100100 11110 100010 1100100 100011

Color Harmonies of #B26400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26400

Black with #B26400

Text Example


Text Example

White with #B26400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26400; }

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

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

background-color css

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

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

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

border-color css

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

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

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