Html Css Color HEX #B25631 Fiery Orange

📋 copy color: '#B25631'

red 178 ◦ green 86 ◦ blue 49

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

Shades of Fiery Orange #B25631

Tints of Fiery Orange #B25631

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.48%

 BLUE value IS 49 (19.53% from 255) = 15.65%

R = 56.87%
G = 27.48%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B25631 (or 0xB25631) is known color: Fiery Orange. HEX triplet: B2, 56 and 31. RGB value is (178,86,49). Sum of RGB (Red+Green+Blue) = 178+86+49=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B25631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25631 is #4DA9CE. Grayscale: #6D6D6D. Windows color (decimal): -5089743 or 3233458. OLE color: 3233458.

HSL color Cylindrical-coordinate representation of color #B25631: hue angle of 17.21º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B25631 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 86 49 -
CMYK 0 0.52 0.72 0.30
HSL 17.21º 0.57% 0.45% -
HSV(B) 17.21º 0.72% 0.7% -
XYZ 22.24 16.34 4.89 -
YUV 109.29 93.98 177.01 -
System Red Green Blue C M Y K H S L
Decimal 178 86 49 0 0.52 0.72 0.30 17.21 0.57 0.45
Hex B2 56 31 0 34 48 1E 11 39 2D
Octal 262 126 61 0 64 110 36 21 71 55
Binary 10110010 1010110 110001 0 110100 1001000 11110 10001 111001 101101

Color Harmonies of #B25631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25631

Black with #B25631

Text Example


Text Example

White with #B25631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25631; }

 p { color: rgb(178,86,49); }

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

background-color css

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

 a { background-color: rgb(178,86,49); }

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

border-color css

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

 span { border-color: rgb(178,86,49); }

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