Html Css Color HEX #B25A01 Tenne (Tawny)

📋 copy color: '#B25A01'

red 178 ◦ green 90 ◦ blue 1

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

Shades of Tenne (Tawny) #B25A01

Tints of Tenne (Tawny) #B25A01

RGB

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

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

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

R = 66.17%
G = 33.46%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B25A01 (or 0xB25A01) is known color: Tenne (Tawny). HEX triplet: B2, 5A and 01. RGB value is (178,90,1). Sum of RGB (Red+Green+Blue) = 178+90+1=269 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.17% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25A01 is #4DA5FE. Grayscale: #6A6A6A. Windows color (decimal): -5088767 or 88754. OLE color: 88754.

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

Color convert

RGB 178 90 1 -
CMYK 0 0.49 0.99 0.30
HSL 30.17º 0.99% 0.35% -
HSV(B) 30.17º 0.99% 0.7% -
XYZ 22.02 16.78 2.11 -
YUV 106.17 68.65 179.24 -
System Red Green Blue C M Y K H S L
Decimal 178 90 1 0 0.49 0.99 0.30 30.17 0.99 0.35
Hex B2 5A 1 0 31 63 1E 1E 63 23
Octal 262 132 1 0 61 143 36 36 143 43
Binary 10110010 1011010 1 0 110001 1100011 11110 11110 1100011 100011

Color Harmonies of #B25A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25A01

Black with #B25A01

Text Example


Text Example

White with #B25A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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