Html Css Color HEX #B25401 Tenne (Tawny)

📋 copy color: '#B25401'

red 178 ◦ green 84 ◦ blue 1

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

Shades of Tenne (Tawny) #B25401

Tints of Tenne (Tawny) #B25401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.94%

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

R = 67.68%
G = 31.94%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B25401 (or 0xB25401) is known color: Tenne (Tawny). HEX triplet: B2, 54 and 01. RGB value is (178,84,1). Sum of RGB (Red+Green+Blue) = 178+84+1=263 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.68% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 178 - color contains mainly: red. Hex color #B25401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25401 is #4DABFE. Grayscale: #676767. Windows color (decimal): -5090303 or 87218. OLE color: 87218.

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

Color convert

RGB 178 84 1 -
CMYK 0 0.53 0.99 0.30
HSL 28.14º 0.99% 0.35% -
HSV(B) 28.14º 0.99% 0.7% -
XYZ 21.54 15.81 1.94 -
YUV 102.64 70.64 181.75 -
System Red Green Blue C M Y K H S L
Decimal 178 84 1 0 0.53 0.99 0.30 28.14 0.99 0.35
Hex B2 54 1 0 35 63 1E 1C 63 23
Octal 262 124 1 0 65 143 36 34 143 43
Binary 10110010 1010100 1 0 110101 1100011 11110 11100 1100011 100011

Color Harmonies of #B25401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25401

Black with #B25401

Text Example


Text Example

White with #B25401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25401; }

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

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

background-color css

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

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

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

border-color css

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

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

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