Html Css Color HEX #B26000 Tenne (Tawny)

📋 copy color: '#B26000'

red 178 ◦ green 96 ◦ blue 0

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

Shades of Tenne (Tawny) #B26000

Tints of Tenne (Tawny) #B26000

RGB

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

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

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

R = 64.96%
G = 35.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B26000 (or 0xB26000) is known color: Tenne (Tawny). HEX triplet: B2, 60 and 00. RGB value is (178,96,0). Sum of RGB (Red+Green+Blue) = 178+96+0=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B26000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26000 is #4D9FFF. Grayscale: #6E6E6E. Windows color (decimal): -5087232 or 24754. OLE color: 24754.

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

Color convert

RGB 178 96 0 -
CMYK 0 0.46 1 0.30
HSL 32.36º 1% 0.35% -
HSV(B) 32.36º 1% 0.7% -
XYZ 22.54 17.83 2.25 -
YUV 109.57 66.17 176.81 -
System Red Green Blue C M Y K H S L
Decimal 178 96 0 0 0.46 1 0.30 32.36 1 0.35
Hex B2 60 0 0 2E 64 1E 20 64 23
Octal 262 140 0 0 56 144 36 40 144 43
Binary 10110010 1100000 0 0 101110 1100100 11110 100000 1100100 100011

Color Harmonies of #B26000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26000

Black with #B26000

Text Example


Text Example

White with #B26000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26000; }

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

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

background-color css

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

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

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

border-color css

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

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

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