Html Css Color HEX #B25B20 Fiery Orange

📋 copy color: '#B25B20'

red 178 ◦ green 91 ◦ blue 32

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

Shades of Fiery Orange #B25B20

Tints of Fiery Orange #B25B20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.63%

R = 59.14%
G = 30.23%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B25B20 (or 0xB25B20) is known color: Fiery Orange. HEX triplet: B2, 5B and 20. RGB value is (178,91,32). Sum of RGB (Red+Green+Blue) = 178+91+32=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25B20 is #4DA4DF. Grayscale: #6E6E6E. Windows color (decimal): -5088480 or 2120626. OLE color: 2120626.

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

Color convert

RGB 178 91 32 -
CMYK 0 0.49 0.82 0.30
HSL 24.25º 0.7% 0.41% -
HSV(B) 24.25º 0.82% 0.7% -
XYZ 22.36 17.05 3.48 -
YUV 110.29 83.82 176.3 -
System Red Green Blue C M Y K H S L
Decimal 178 91 32 0 0.49 0.82 0.30 24.25 0.7 0.41
Hex B2 5B 20 0 31 52 1E 18 46 29
Octal 262 133 40 0 61 122 36 30 106 51
Binary 10110010 1011011 100000 0 110001 1010010 11110 11000 1000110 101001

Color Harmonies of #B25B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25B20

Black with #B25B20

Text Example


Text Example

White with #B25B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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