Html Css Color HEX #B25B01 Tenne (Tawny)

📋 copy color: '#B25B01'

red 178 ◦ green 91 ◦ blue 1

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

Shades of Tenne (Tawny) #B25B01

Tints of Tenne (Tawny) #B25B01

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.7%

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

R = 65.93%
G = 33.7%
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

#B25B01 (or 0xB25B01) is known color: Tenne (Tawny). HEX triplet: B2, 5B and 01. RGB value is (178,91,1). Sum of RGB (Red+Green+Blue) = 178+91+1=270 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.93% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25B01 is #4DA4FE. Grayscale: #6B6B6B. Windows color (decimal): -5088511 or 89010. OLE color: 89010.

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

Color convert

RGB 178 91 1 -
CMYK 0 0.49 0.99 0.30
HSL 30.51º 0.99% 0.35% -
HSV(B) 30.51º 0.99% 0.7% -
XYZ 22.11 16.95 2.14 -
YUV 106.75 68.32 178.82 -
System Red Green Blue C M Y K H S L
Decimal 178 91 1 0 0.49 0.99 0.30 30.51 0.99 0.35
Hex B2 5B 1 0 31 63 1E 1F 63 23
Octal 262 133 1 0 61 143 36 37 143 43
Binary 10110010 1011011 1 0 110001 1100011 11110 11111 1100011 100011

Color Harmonies of #B25B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25B01

Black with #B25B01

Text Example


Text Example

White with #B25B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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