Html Css Color HEX #B25536 Fiery Orange

📋 copy color: '#B25536'

red 178 ◦ green 85 ◦ blue 54

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

Shades of Fiery Orange #B25536

Tints of Fiery Orange #B25536

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.81%

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

R = 56.15%
G = 26.81%
B = 17.03%

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

#B25536 (or 0xB25536) is known color: Fiery Orange. HEX triplet: B2, 55 and 36. RGB value is (178,85,54). Sum of RGB (Red+Green+Blue) = 178+85+54=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B25536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25536 is #4DAAC9. Grayscale: #6D6D6D. Windows color (decimal): -5089994 or 3560882. OLE color: 3560882.

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

Color convert

RGB 178 85 54 -
CMYK 0 0.52 0.70 0.30
HSL 15º 0.53% 0.45% -
HSV(B) 15º 0.7% 0.7% -
XYZ 22.27 16.23 5.45 -
YUV 109.27 96.81 177.02 -
System Red Green Blue C M Y K H S L
Decimal 178 85 54 0 0.52 0.70 0.30 15 0.53 0.45
Hex B2 55 36 0 34 46 1E F 35 2D
Octal 262 125 66 0 64 106 36 17 65 55
Binary 10110010 1010101 110110 0 110100 1000110 11110 1111 110101 101101

Color Harmonies of #B25536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25536

Black with #B25536

Text Example


Text Example

White with #B25536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25536; }

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

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

background-color css

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

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

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

border-color css

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

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

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