Html Css Color HEX #B25636 Fiery Orange

📋 copy color: '#B25636'

red 178 ◦ green 86 ◦ blue 54

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

Shades of Fiery Orange #B25636

Tints of Fiery Orange #B25636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.98%

R = 55.97%
G = 27.04%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B25636 (or 0xB25636) is known color: Fiery Orange. HEX triplet: B2, 56 and 36. RGB value is (178,86,54). Sum of RGB (Red+Green+Blue) = 178+86+54=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B25636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25636 is #4DA9C9. Grayscale: #6E6E6E. Windows color (decimal): -5089738 or 3561138. OLE color: 3561138.

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

Color convert

RGB 178 86 54 -
CMYK 0 0.52 0.70 0.30
HSL 15.48º 0.53% 0.45% -
HSV(B) 15.48º 0.7% 0.7% -
XYZ 22.35 16.39 5.47 -
YUV 109.86 96.48 176.6 -
System Red Green Blue C M Y K H S L
Decimal 178 86 54 0 0.52 0.70 0.30 15.48 0.53 0.45
Hex B2 56 36 0 34 46 1E F 35 2D
Octal 262 126 66 0 64 106 36 17 65 55
Binary 10110010 1010110 110110 0 110100 1000110 11110 1111 110101 101101

Color Harmonies of #B25636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25636

Black with #B25636

Text Example


Text Example

White with #B25636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25636; }

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

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

background-color css

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

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

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

border-color css

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

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

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