Html Css Color HEX #B25625 Fiery Orange

📋 copy color: '#B25625'

red 178 ◦ green 86 ◦ blue 37

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

Shades of Fiery Orange #B25625

Tints of Fiery Orange #B25625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.29%

R = 59.14%
G = 28.57%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B25625 (or 0xB25625) is known color: Fiery Orange. HEX triplet: B2, 56 and 25. RGB value is (178,86,37). Sum of RGB (Red+Green+Blue) = 178+86+37=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B25625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25625 is #4DA9DA. Grayscale: #6C6C6C. Windows color (decimal): -5089755 or 2447026. OLE color: 2447026.

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

Color convert

RGB 178 86 37 -
CMYK 0 0.52 0.79 0.30
HSL 20.85º 0.66% 0.42% -
HSV(B) 20.85º 0.79% 0.7% -
XYZ 22.02 16.25 3.73 -
YUV 107.92 87.98 177.98 -
System Red Green Blue C M Y K H S L
Decimal 178 86 37 0 0.52 0.79 0.30 20.85 0.66 0.42
Hex B2 56 25 0 34 4F 1E 15 42 2A
Octal 262 126 45 0 64 117 36 25 102 52
Binary 10110010 1010110 100101 0 110100 1001111 11110 10101 1000010 101010

Color Harmonies of #B25625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25625

Black with #B25625

Text Example


Text Example

White with #B25625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25625; }

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

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

background-color css

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

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

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

border-color css

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

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

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