Html Css Color HEX #B25E01 Tenne (Tawny)

📋 copy color: '#B25E01'

red 178 ◦ green 94 ◦ blue 1

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

Shades of Tenne (Tawny) #B25E01

Tints of Tenne (Tawny) #B25E01

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.43%

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

R = 65.2%
G = 34.43%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B25E01 (or 0xB25E01) is known color: Tenne (Tawny). HEX triplet: B2, 5E and 01. RGB value is (178,94,1). Sum of RGB (Red+Green+Blue) = 178+94+1=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25E01 is #4DA1FE. Grayscale: #6C6C6C. Windows color (decimal): -5087743 or 89778. OLE color: 89778.

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

Color convert

RGB 178 94 1 -
CMYK 0 0.47 0.99 0.30
HSL 31.53º 0.99% 0.35% -
HSV(B) 31.53º 0.99% 0.7% -
XYZ 22.37 17.47 2.22 -
YUV 108.51 67.33 177.56 -
System Red Green Blue C M Y K H S L
Decimal 178 94 1 0 0.47 0.99 0.30 31.53 0.99 0.35
Hex B2 5E 1 0 2F 63 1E 20 63 23
Octal 262 136 1 0 57 143 36 40 143 43
Binary 10110010 1011110 1 0 101111 1100011 11110 100000 1100011 100011

Color Harmonies of #B25E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25E01

Black with #B25E01

Text Example


Text Example

White with #B25E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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