Html Css Color HEX #B25501 Tenne (Tawny)

📋 copy color: '#B25501'

red 178 ◦ green 85 ◦ blue 1

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

Shades of Tenne (Tawny) #B25501

Tints of Tenne (Tawny) #B25501

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.2%

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

R = 67.42%
G = 32.2%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B25501 (or 0xB25501) is known color: Tenne (Tawny). HEX triplet: B2, 55 and 01. RGB value is (178,85,1). Sum of RGB (Red+Green+Blue) = 178+85+1=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B25501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25501 is #4DAAFE. Grayscale: #676767. Windows color (decimal): -5090047 or 87474. OLE color: 87474.

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

Color convert

RGB 178 85 1 -
CMYK 0 0.52 0.99 0.30
HSL 28.47º 0.99% 0.35% -
HSV(B) 28.47º 0.99% 0.7% -
XYZ 21.61 15.96 1.97 -
YUV 103.23 70.31 181.33 -
System Red Green Blue C M Y K H S L
Decimal 178 85 1 0 0.52 0.99 0.30 28.47 0.99 0.35
Hex B2 55 1 0 34 63 1E 1C 63 23
Octal 262 125 1 0 64 143 36 34 143 43
Binary 10110010 1010101 1 0 110100 1100011 11110 11100 1100011 100011

Color Harmonies of #B25501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25501

Black with #B25501

Text Example


Text Example

White with #B25501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25501; }

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

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

background-color css

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

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

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

border-color css

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

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

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