Html Css Color HEX #B25C38 Fiery Orange

📋 copy color: '#B25C38'

red 178 ◦ green 92 ◦ blue 56

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

Shades of Fiery Orange #B25C38

Tints of Fiery Orange #B25C38

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.22%

 BLUE value IS 56 (22.27% from 255) = 17.18%

R = 54.6%
G = 28.22%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B25C38 (or 0xB25C38) is known color: Fiery Orange. HEX triplet: B2, 5C and 38. RGB value is (178,92,56). Sum of RGB (Red+Green+Blue) = 178+92+56=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B25C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25C38 is #4DA3C7. Grayscale: #717171. Windows color (decimal): -5088200 or 3693746. OLE color: 3693746.

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

Color convert

RGB 178 92 56 -
CMYK 0 0.48 0.69 0.30
HSL 17.7º 0.52% 0.46% -
HSV(B) 17.7º 0.69% 0.7% -
XYZ 22.9 17.4 5.89 -
YUV 113.61 95.49 173.93 -
System Red Green Blue C M Y K H S L
Decimal 178 92 56 0 0.48 0.69 0.30 17.7 0.52 0.46
Hex B2 5C 38 0 30 45 1E 12 34 2E
Octal 262 134 70 0 60 105 36 22 64 56
Binary 10110010 1011100 111000 0 110000 1000101 11110 10010 110100 101110

Color Harmonies of #B25C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25C38

Black with #B25C38

Text Example


Text Example

White with #B25C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25C38; }

 p { color: rgb(178,92,56); }

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

background-color css

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

 a { background-color: rgb(178,92,56); }

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

border-color css

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

 span { border-color: rgb(178,92,56); }

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