Html Css Color HEX #B25A28 Fiery Orange

📋 copy color: '#B25A28'

red 178 ◦ green 90 ◦ blue 40

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

Shades of Fiery Orange #B25A28

Tints of Fiery Orange #B25A28

RGB

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

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

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

R = 57.79%
G = 29.22%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B25A28 (or 0xB25A28) is known color: Fiery Orange. HEX triplet: B2, 5A and 28. RGB value is (178,90,40). Sum of RGB (Red+Green+Blue) = 178+90+40=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25A28 is #4DA5D7. Grayscale: #6E6E6E. Windows color (decimal): -5088728 or 2644658. OLE color: 2644658.

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

Color convert

RGB 178 90 40 -
CMYK 0 0.49 0.78 0.30
HSL 21.74º 0.63% 0.43% -
HSV(B) 21.74º 0.78% 0.7% -
XYZ 22.4 16.93 4.09 -
YUV 110.61 88.15 176.07 -
System Red Green Blue C M Y K H S L
Decimal 178 90 40 0 0.49 0.78 0.30 21.74 0.63 0.43
Hex B2 5A 28 0 31 4E 1E 16 3F 2B
Octal 262 132 50 0 61 116 36 26 77 53
Binary 10110010 1011010 101000 0 110001 1001110 11110 10110 111111 101011

Color Harmonies of #B25A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25A28

Black with #B25A28

Text Example


Text Example

White with #B25A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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