Html Css Color HEX #B25900 Tenne (Tawny)

📋 copy color: '#B25900'

red 178 ◦ green 89 ◦ blue 0

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

Shades of Tenne (Tawny) #B25900

Tints of Tenne (Tawny) #B25900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.67%
G = 33.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B25900 (or 0xB25900) is known color: Tenne (Tawny). HEX triplet: B2, 59 and 00. RGB value is (178,89,0). Sum of RGB (Red+Green+Blue) = 178+89+0=267 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.67% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 178 - color contains mainly: red. Hex color #B25900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25900 is #4DA6FF. Grayscale: #696969. Windows color (decimal): -5089024 or 22962. OLE color: 22962.

HSL color Cylindrical-coordinate representation of color #B25900: hue angle of 30º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B25900 is Cyan = 0, Magento = 0.5, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 89 0 -
CMYK 0 0.5 1 0.30
HSL 30º 1% 0.35% -
HSV(B) 30º 1% 0.7% -
XYZ 21.93 16.61 2.05 -
YUV 105.47 68.49 179.74 -
System Red Green Blue C M Y K H S L
Decimal 178 89 0 0 0.5 1 0.30 30 1 0.35
Hex B2 59 0 0 32 64 1E 1E 64 23
Octal 262 131 0 0 62 144 36 36 144 43
Binary 10110010 1011001 0 0 110010 1100100 11110 11110 1100100 100011

Color Harmonies of #B25900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25900

Black with #B25900

Text Example


Text Example

White with #B25900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25900; }

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

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

background-color css

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

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

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

border-color css

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

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

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