Html Css Color HEX #B25A26 Fiery Orange

📋 copy color: '#B25A26'

red 178 ◦ green 90 ◦ blue 38

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

Shades of Fiery Orange #B25A26

Tints of Fiery Orange #B25A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.42%

R = 58.17%
G = 29.41%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B25A26 (or 0xB25A26) is known color: Fiery Orange. HEX triplet: B2, 5A and 26. RGB value is (178,90,38). Sum of RGB (Red+Green+Blue) = 178+90+38=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25A26 is #4DA5D9. Grayscale: #6E6E6E. Windows color (decimal): -5088730 or 2513586. OLE color: 2513586.

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

Color convert

RGB 178 90 38 -
CMYK 0 0.49 0.79 0.30
HSL 22.29º 0.65% 0.42% -
HSV(B) 22.29º 0.79% 0.7% -
XYZ 22.37 16.92 3.92 -
YUV 110.38 87.15 176.23 -
System Red Green Blue C M Y K H S L
Decimal 178 90 38 0 0.49 0.79 0.30 22.29 0.65 0.42
Hex B2 5A 26 0 31 4F 1E 16 41 2A
Octal 262 132 46 0 61 117 36 26 101 52
Binary 10110010 1011010 100110 0 110001 1001111 11110 10110 1000001 101010

Color Harmonies of #B25A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25A26

Black with #B25A26

Text Example


Text Example

White with #B25A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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