Html Css Color HEX #B25A37 Fiery Orange

📋 copy color: '#B25A37'

red 178 ◦ green 90 ◦ blue 55

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

Shades of Fiery Orange #B25A37

Tints of Fiery Orange #B25A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.03%

R = 55.11%
G = 27.86%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B25A37 (or 0xB25A37) is known color: Fiery Orange. HEX triplet: B2, 5A and 37. RGB value is (178,90,55). Sum of RGB (Red+Green+Blue) = 178+90+55=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25A37 is #4DA5C8. Grayscale: #707070. Windows color (decimal): -5088713 or 3627698. OLE color: 3627698.

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

Color convert

RGB 178 90 55 -
CMYK 0 0.49 0.69 0.30
HSL 17.07º 0.53% 0.46% -
HSV(B) 17.07º 0.69% 0.7% -
XYZ 22.71 17.05 5.71 -
YUV 112.32 95.65 174.85 -
System Red Green Blue C M Y K H S L
Decimal 178 90 55 0 0.49 0.69 0.30 17.07 0.53 0.46
Hex B2 5A 37 0 31 45 1E 11 35 2E
Octal 262 132 67 0 61 105 36 21 65 56
Binary 10110010 1011010 110111 0 110001 1000101 11110 10001 110101 101110

Color Harmonies of #B25A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25A37

Black with #B25A37

Text Example


Text Example

White with #B25A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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