Html Css Color HEX #B25621 Fiery Orange

📋 copy color: '#B25621'

red 178 ◦ green 86 ◦ blue 33

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

Shades of Fiery Orange #B25621

Tints of Fiery Orange #B25621

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.96%

 BLUE value IS 33 (13.28% from 255) = 11.11%

R = 59.93%
G = 28.96%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B25621 (or 0xB25621) is known color: Fiery Orange. HEX triplet: B2, 56 and 21. RGB value is (178,86,33). Sum of RGB (Red+Green+Blue) = 178+86+33=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B25621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25621 is #4DA9DE. Grayscale: #6B6B6B. Windows color (decimal): -5089759 or 2184882. OLE color: 2184882.

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

Color convert

RGB 178 86 33 -
CMYK 0 0.52 0.81 0.30
HSL 21.93º 0.69% 0.41% -
HSV(B) 21.93º 0.81% 0.7% -
XYZ 21.96 16.23 3.41 -
YUV 107.47 85.98 178.31 -
System Red Green Blue C M Y K H S L
Decimal 178 86 33 0 0.52 0.81 0.30 21.93 0.69 0.41
Hex B2 56 21 0 34 51 1E 16 45 29
Octal 262 126 41 0 64 121 36 26 105 51
Binary 10110010 1010110 100001 0 110100 1010001 11110 10110 1000101 101001

Color Harmonies of #B25621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25621

Black with #B25621

Text Example


Text Example

White with #B25621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25621; }

 p { color: rgb(178,86,33); }

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

background-color css

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

 a { background-color: rgb(178,86,33); }

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

border-color css

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

 span { border-color: rgb(178,86,33); }

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