Html Css Color HEX #B25801 Tenne (Tawny)

📋 copy color: '#B25801'

red 178 ◦ green 88 ◦ blue 1

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

Shades of Tenne (Tawny) #B25801

Tints of Tenne (Tawny) #B25801

RGB

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

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

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

R = 66.67%
G = 32.96%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B25801 (or 0xB25801) is known color: Tenne (Tawny). HEX triplet: B2, 58 and 01. RGB value is (178,88,1). Sum of RGB (Red+Green+Blue) = 178+88+1=267 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.67% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 178 - color contains mainly: red. Hex color #B25801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25801 is #4DA7FE. Grayscale: #696969. Windows color (decimal): -5089279 or 88242. OLE color: 88242.

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

Color convert

RGB 178 88 1 -
CMYK 0 0.51 0.99 0.30
HSL 29.49º 0.99% 0.35% -
HSV(B) 29.49º 0.99% 0.7% -
XYZ 21.86 16.45 2.05 -
YUV 104.99 69.32 180.07 -
System Red Green Blue C M Y K H S L
Decimal 178 88 1 0 0.51 0.99 0.30 29.49 0.99 0.35
Hex B2 58 1 0 33 63 1E 1D 63 23
Octal 262 130 1 0 63 143 36 35 143 43
Binary 10110010 1011000 1 0 110011 1100011 11110 11101 1100011 100011

Color Harmonies of #B25801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25801

Black with #B25801

Text Example


Text Example

White with #B25801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25801; }

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

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

background-color css

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

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

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

border-color css

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

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

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