Html Css Color HEX #B25F32 Fiery Orange

📋 copy color: '#B25F32'

red 178 ◦ green 95 ◦ blue 50

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

Shades of Fiery Orange #B25F32

Tints of Fiery Orange #B25F32

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.41%

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

R = 55.11%
G = 29.41%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B25F32 (or 0xB25F32) is known color: Fiery Orange. HEX triplet: B2, 5F and 32. RGB value is (178,95,50). Sum of RGB (Red+Green+Blue) = 178+95+50=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B25F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25F32 is #4DA0CD. Grayscale: #727272. Windows color (decimal): -5087438 or 3301298. OLE color: 3301298.

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

Color convert

RGB 178 95 50 -
CMYK 0 0.47 0.72 0.30
HSL 21.09º 0.56% 0.45% -
HSV(B) 21.09º 0.72% 0.7% -
XYZ 23.03 17.88 5.26 -
YUV 114.69 91.5 173.16 -
System Red Green Blue C M Y K H S L
Decimal 178 95 50 0 0.47 0.72 0.30 21.09 0.56 0.45
Hex B2 5F 32 0 2F 48 1E 15 38 2D
Octal 262 137 62 0 57 110 36 25 70 55
Binary 10110010 1011111 110010 0 101111 1001000 11110 10101 111000 101101

Color Harmonies of #B25F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25F32

Black with #B25F32

Text Example


Text Example

White with #B25F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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