Html Css Color HEX #B25732 Fiery Orange

📋 copy color: '#B25732'

red 178 ◦ green 87 ◦ blue 50

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

Shades of Fiery Orange #B25732

Tints of Fiery Orange #B25732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.87%

R = 56.51%
G = 27.62%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B25732 (or 0xB25732) is known color: Fiery Orange. HEX triplet: B2, 57 and 32. RGB value is (178,87,50). Sum of RGB (Red+Green+Blue) = 178+87+50=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B25732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25732 is #4DA8CD. Grayscale: #6E6E6E. Windows color (decimal): -5089486 or 3299250. OLE color: 3299250.

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

Color convert

RGB 178 87 50 -
CMYK 0 0.51 0.72 0.30
HSL 17.34º 0.56% 0.45% -
HSV(B) 17.34º 0.72% 0.7% -
XYZ 22.34 16.51 5.03 -
YUV 109.99 94.15 176.51 -
System Red Green Blue C M Y K H S L
Decimal 178 87 50 0 0.51 0.72 0.30 17.34 0.56 0.45
Hex B2 57 32 0 33 48 1E 11 38 2D
Octal 262 127 62 0 63 110 36 21 70 55
Binary 10110010 1010111 110010 0 110011 1001000 11110 10001 111000 101101

Color Harmonies of #B25732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25732

Black with #B25732

Text Example


Text Example

White with #B25732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25732; }

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

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

background-color css

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

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

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

border-color css

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

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

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