Html Css Color HEX #B25901 Tenne (Tawny)

📋 copy color: '#B25901'

red 178 ◦ green 89 ◦ blue 1

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

Shades of Tenne (Tawny) #B25901

Tints of Tenne (Tawny) #B25901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.21%

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

R = 66.42%
G = 33.21%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B25901 (or 0xB25901) is known color: Tenne (Tawny). HEX triplet: B2, 59 and 01. RGB value is (178,89,1). Sum of RGB (Red+Green+Blue) = 178+89+1=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B25901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25901 is #4DA6FE. Grayscale: #6A6A6A. Windows color (decimal): -5089023 or 88498. OLE color: 88498.

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

Color convert

RGB 178 89 1 -
CMYK 0 0.5 0.99 0.30
HSL 29.83º 0.99% 0.35% -
HSV(B) 29.83º 0.99% 0.7% -
XYZ 21.94 16.61 2.08 -
YUV 105.58 68.99 179.66 -
System Red Green Blue C M Y K H S L
Decimal 178 89 1 0 0.5 0.99 0.30 29.83 0.99 0.35
Hex B2 59 1 0 32 63 1E 1E 63 23
Octal 262 131 1 0 62 143 36 36 143 43
Binary 10110010 1011001 1 0 110010 1100011 11110 11110 1100011 100011

Color Harmonies of #B25901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25901

Black with #B25901

Text Example


Text Example

White with #B25901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25901; }

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

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

background-color css

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

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

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

border-color css

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

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

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