Html Css Color HEX #B25820 Fiery Orange

📋 copy color: '#B25820'

red 178 ◦ green 88 ◦ blue 32

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

Shades of Fiery Orange #B25820

Tints of Fiery Orange #B25820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.53%

 BLUE value IS 32 (12.89% from 255) = 10.74%

R = 59.73%
G = 29.53%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B25820 (or 0xB25820) is known color: Fiery Orange. HEX triplet: B2, 58 and 20. RGB value is (178,88,32). Sum of RGB (Red+Green+Blue) = 178+88+32=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B25820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25820 is #4DA7DF. Grayscale: #6C6C6C. Windows color (decimal): -5089248 or 2119858. OLE color: 2119858.

HSL color Cylindrical-coordinate representation of color #B25820: hue angle of 23.01º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B25820 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 88 32 -
CMYK 0 0.51 0.82 0.30
HSL 23.01º 0.7% 0.41% -
HSV(B) 23.01º 0.82% 0.7% -
XYZ 22.11 16.55 3.4 -
YUV 108.53 84.82 177.55 -
System Red Green Blue C M Y K H S L
Decimal 178 88 32 0 0.51 0.82 0.30 23.01 0.7 0.41
Hex B2 58 20 0 33 52 1E 17 46 29
Octal 262 130 40 0 63 122 36 27 106 51
Binary 10110010 1011000 100000 0 110011 1010010 11110 10111 1000110 101001

Color Harmonies of #B25820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25820

Black with #B25820

Text Example


Text Example

White with #B25820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25820; }

 p { color: rgb(178,88,32); }

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

background-color css

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

 a { background-color: rgb(178,88,32); }

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

border-color css

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

 span { border-color: rgb(178,88,32); }

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