Html Css Color HEX #B25806 Tenne (Tawny)

📋 copy color: '#B25806'

red 178 ◦ green 88 ◦ blue 6

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

Shades of Tenne (Tawny) #B25806

Tints of Tenne (Tawny) #B25806

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.35%

 BLUE value IS 6 (2.73% from 255) = 2.21%

R = 65.44%
G = 32.35%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B25806 (or 0xB25806) is known color: Tenne (Tawny). HEX triplet: B2, 58 and 06. RGB value is (178,88,6). Sum of RGB (Red+Green+Blue) = 178+88+6=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 6 (2.73% from 255 or 2.21% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B25806 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25806 is #4DA7F9. Grayscale: #696969. Windows color (decimal): -5089274 or 415922. OLE color: 415922.

HSL color Cylindrical-coordinate representation of color #B25806: hue angle of 28.6º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B25806 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 88 6 -
CMYK 0 0.51 0.97 0.30
HSL 28.6º 0.93% 0.36% -
HSV(B) 28.6º 0.97% 0.7% -
XYZ 21.88 16.46 2.2 -
YUV 105.56 71.82 179.67 -
System Red Green Blue C M Y K H S L
Decimal 178 88 6 0 0.51 0.97 0.30 28.6 0.93 0.36
Hex B2 58 6 0 33 61 1E 1D 5D 24
Octal 262 130 6 0 63 141 36 35 135 44
Binary 10110010 1011000 110 0 110011 1100001 11110 11101 1011101 100100

Color Harmonies of #B25806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25806

Black with #B25806

Text Example


Text Example

White with #B25806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25806; }

 p { color: rgb(178,88,6); }

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

background-color css

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

 a { background-color: rgb(178,88,6); }

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

border-color css

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

 span { border-color: rgb(178,88,6); }

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