Html Css Color HEX #B25A00 Tenne (Tawny)

📋 copy color: '#B25A00'

red 178 ◦ green 90 ◦ blue 0

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

Shades of Tenne (Tawny) #B25A00

Tints of Tenne (Tawny) #B25A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.58%

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

R = 66.42%
G = 33.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B25A00 (or 0xB25A00) is known color: Tenne (Tawny). HEX triplet: B2, 5A and 00. RGB value is (178,90,0). Sum of RGB (Red+Green+Blue) = 178+90+0=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25A00 is #4DA5FF. Grayscale: #6A6A6A. Windows color (decimal): -5088768 or 23218. OLE color: 23218.

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

Color convert

RGB 178 90 0 -
CMYK 0 0.49 1 0.30
HSL 30.34º 1% 0.35% -
HSV(B) 30.34º 1% 0.7% -
XYZ 22.02 16.78 2.08 -
YUV 106.05 68.15 179.32 -
System Red Green Blue C M Y K H S L
Decimal 178 90 0 0 0.49 1 0.30 30.34 1 0.35
Hex B2 5A 0 0 31 64 1E 1E 64 23
Octal 262 132 0 0 61 144 36 36 144 43
Binary 10110010 1011010 0 0 110001 1100100 11110 11110 1100100 100011

Color Harmonies of #B25A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25A00

Black with #B25A00

Text Example


Text Example

White with #B25A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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