Html Css Color HEX #B25A20 Fiery Orange

📋 copy color: '#B25A20'

red 178 ◦ green 90 ◦ blue 32

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

Shades of Fiery Orange #B25A20

Tints of Fiery Orange #B25A20

RGB

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

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

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

R = 59.33%
G = 30%
B = 10.67%

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

#B25A20 (or 0xB25A20) is known color: Fiery Orange. HEX triplet: B2, 5A and 20. RGB value is (178,90,32). Sum of RGB (Red+Green+Blue) = 178+90+32=300 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.33% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25A20 is #4DA5DF. Grayscale: #6E6E6E. Windows color (decimal): -5088736 or 2120370. OLE color: 2120370.

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

Color convert

RGB 178 90 32 -
CMYK 0 0.49 0.82 0.30
HSL 23.84º 0.7% 0.41% -
HSV(B) 23.84º 0.82% 0.7% -
XYZ 22.28 16.88 3.45 -
YUV 109.7 84.15 176.72 -
System Red Green Blue C M Y K H S L
Decimal 178 90 32 0 0.49 0.82 0.30 23.84 0.7 0.41
Hex B2 5A 20 0 31 52 1E 18 46 29
Octal 262 132 40 0 61 122 36 30 106 51
Binary 10110010 1011010 100000 0 110001 1010010 11110 11000 1000110 101001

Color Harmonies of #B25A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25A20

Black with #B25A20

Text Example


Text Example

White with #B25A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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