Html Css Color HEX #B25725 Fiery Orange

📋 copy color: '#B25725'

red 178 ◦ green 87 ◦ blue 37

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

Shades of Fiery Orange #B25725

Tints of Fiery Orange #B25725

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.81%

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

R = 58.94%
G = 28.81%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B25725 (or 0xB25725) is known color: Fiery Orange. HEX triplet: B2, 57 and 25. RGB value is (178,87,37). Sum of RGB (Red+Green+Blue) = 178+87+37=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B25725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25725 is #4DA8DA. Grayscale: #6C6C6C. Windows color (decimal): -5089499 or 2447282. OLE color: 2447282.

HSL color Cylindrical-coordinate representation of color #B25725: hue angle of 21.28º 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 #B25725 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 87 37 -
CMYK 0 0.51 0.79 0.30
HSL 21.28º 0.66% 0.42% -
HSV(B) 21.28º 0.79% 0.7% -
XYZ 22.1 16.41 3.75 -
YUV 108.51 87.65 177.57 -
System Red Green Blue C M Y K H S L
Decimal 178 87 37 0 0.51 0.79 0.30 21.28 0.66 0.42
Hex B2 57 25 0 33 4F 1E 15 42 2A
Octal 262 127 45 0 63 117 36 25 102 52
Binary 10110010 1010111 100101 0 110011 1001111 11110 10101 1000010 101010

Color Harmonies of #B25725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25725

Black with #B25725

Text Example


Text Example

White with #B25725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25725; }

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

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

background-color css

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

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

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

border-color css

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

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

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