Html Css Color HEX #B25A03 Tenne (Tawny)

📋 copy color: '#B25A03'

red 178 ◦ green 90 ◦ blue 3

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

Shades of Tenne (Tawny) #B25A03

Tints of Tenne (Tawny) #B25A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.11%

R = 65.68%
G = 33.21%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B25A03 (or 0xB25A03) is known color: Tenne (Tawny). HEX triplet: B2, 5A and 03. RGB value is (178,90,3). Sum of RGB (Red+Green+Blue) = 178+90+3=271 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.68% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25A03 is #4DA5FC. Grayscale: #6A6A6A. Windows color (decimal): -5088765 or 219826. OLE color: 219826.

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

Color convert

RGB 178 90 3 -
CMYK 0 0.49 0.98 0.30
HSL 29.83º 0.97% 0.35% -
HSV(B) 29.83º 0.98% 0.7% -
XYZ 22.03 16.78 2.16 -
YUV 106.39 69.65 179.07 -
System Red Green Blue C M Y K H S L
Decimal 178 90 3 0 0.49 0.98 0.30 29.83 0.97 0.35
Hex B2 5A 3 0 31 62 1E 1E 61 23
Octal 262 132 3 0 61 142 36 36 141 43
Binary 10110010 1011010 11 0 110001 1100010 11110 11110 1100001 100011

Color Harmonies of #B25A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25A03

Black with #B25A03

Text Example


Text Example

White with #B25A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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