Html Css Color HEX #B25C22 Fiery Orange

📋 copy color: '#B25C22'

red 178 ◦ green 92 ◦ blue 34

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

Shades of Fiery Orange #B25C22

Tints of Fiery Orange #B25C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.18%

R = 58.55%
G = 30.26%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B25C22 (or 0xB25C22) is known color: Fiery Orange. HEX triplet: B2, 5C and 22. RGB value is (178,92,34). Sum of RGB (Red+Green+Blue) = 178+92+34=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B25C22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25C22 is #4DA3DD. Grayscale: #6F6F6F. Windows color (decimal): -5088222 or 2251954. OLE color: 2251954.

HSL color Cylindrical-coordinate representation of color #B25C22: hue angle of 24.17º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B25C22 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 92 34 -
CMYK 0 0.48 0.81 0.30
HSL 24.17º 0.68% 0.42% -
HSV(B) 24.17º 0.81% 0.7% -
XYZ 22.48 17.23 3.66 -
YUV 111.1 84.49 175.72 -
System Red Green Blue C M Y K H S L
Decimal 178 92 34 0 0.48 0.81 0.30 24.17 0.68 0.42
Hex B2 5C 22 0 30 51 1E 18 44 2A
Octal 262 134 42 0 60 121 36 30 104 52
Binary 10110010 1011100 100010 0 110000 1010001 11110 11000 1000100 101010

Color Harmonies of #B25C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25C22

Black with #B25C22

Text Example


Text Example

White with #B25C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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