Html Css Color HEX #B25F30 Fiery Orange

📋 copy color: '#B25F30'

red 178 ◦ green 95 ◦ blue 48

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

Shades of Fiery Orange #B25F30

Tints of Fiery Orange #B25F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.95%

R = 55.45%
G = 29.6%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B25F30 (or 0xB25F30) is known color: Fiery Orange. HEX triplet: B2, 5F and 30. RGB value is (178,95,48). Sum of RGB (Red+Green+Blue) = 178+95+48=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B25F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25F30 is #4DA0CF. Grayscale: #727272. Windows color (decimal): -5087440 or 3170226. OLE color: 3170226.

HSL color Cylindrical-coordinate representation of color #B25F30: hue angle of 21.69º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B25F30 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 95 48 -
CMYK 0 0.47 0.73 0.30
HSL 21.69º 0.58% 0.44% -
HSV(B) 21.69º 0.73% 0.7% -
XYZ 22.99 17.86 5.03 -
YUV 114.46 90.5 173.32 -
System Red Green Blue C M Y K H S L
Decimal 178 95 48 0 0.47 0.73 0.30 21.69 0.58 0.44
Hex B2 5F 30 0 2F 49 1E 16 3A 2C
Octal 262 137 60 0 57 111 36 26 72 54
Binary 10110010 1011111 110000 0 101111 1001001 11110 10110 111010 101100

Color Harmonies of #B25F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25F30

Black with #B25F30

Text Example


Text Example

White with #B25F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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