Html Css Color HEX #B25928 Fiery Orange

📋 copy color: '#B25928'

red 178 ◦ green 89 ◦ blue 40

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

Shades of Fiery Orange #B25928

Tints of Fiery Orange #B25928

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.99%

 BLUE value IS 40 (16.02% from 255) = 13.03%

R = 57.98%
G = 28.99%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B25928 (or 0xB25928) is known color: Fiery Orange. HEX triplet: B2, 59 and 28. RGB value is (178,89,40). Sum of RGB (Red+Green+Blue) = 178+89+40=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B25928 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25928 is #4DA6D7. Grayscale: #6E6E6E. Windows color (decimal): -5088984 or 2644402. OLE color: 2644402.

HSL color Cylindrical-coordinate representation of color #B25928: hue angle of 21.3º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B25928 is Cyan = 0, Magento = 0.5, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 89 40 -
CMYK 0 0.5 0.78 0.30
HSL 21.3º 0.63% 0.43% -
HSV(B) 21.3º 0.78% 0.7% -
XYZ 22.32 16.76 4.07 -
YUV 110.03 88.49 176.48 -
System Red Green Blue C M Y K H S L
Decimal 178 89 40 0 0.5 0.78 0.30 21.3 0.63 0.43
Hex B2 59 28 0 32 4E 1E 15 3F 2B
Octal 262 131 50 0 62 116 36 25 77 53
Binary 10110010 1011001 101000 0 110010 1001110 11110 10101 111111 101011

Color Harmonies of #B25928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25928

Black with #B25928

Text Example


Text Example

White with #B25928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25928; }

 p { color: rgb(178,89,40); }

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

background-color css

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

 a { background-color: rgb(178,89,40); }

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

border-color css

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

 span { border-color: rgb(178,89,40); }

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