Html Css Color HEX #B25B2E Fiery Orange

📋 copy color: '#B25B2E'

red 178 ◦ green 91 ◦ blue 46

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

Shades of Fiery Orange #B25B2E

Tints of Fiery Orange #B25B2E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.89%

 BLUE value IS 46 (18.36% from 255) = 14.6%

R = 56.51%
G = 28.89%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B25B2E (or 0xB25B2E) is known color: Fiery Orange. HEX triplet: B2, 5B and 2E. RGB value is (178,91,46). Sum of RGB (Red+Green+Blue) = 178+91+46=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25B2E is #4DA4D1. Grayscale: #707070. Windows color (decimal): -5088466 or 3038130. OLE color: 3038130.

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

Color convert

RGB 178 91 46 -
CMYK 0 0.49 0.74 0.30
HSL 20.45º 0.59% 0.44% -
HSV(B) 20.45º 0.74% 0.7% -
XYZ 22.59 17.14 4.7 -
YUV 111.88 90.82 175.16 -
System Red Green Blue C M Y K H S L
Decimal 178 91 46 0 0.49 0.74 0.30 20.45 0.59 0.44
Hex B2 5B 2E 0 31 4A 1E 14 3B 2C
Octal 262 133 56 0 61 112 36 24 73 54
Binary 10110010 1011011 101110 0 110001 1001010 11110 10100 111011 101100

Color Harmonies of #B25B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25B2E

Black with #B25B2E

Text Example


Text Example

White with #B25B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25B2E; }

 p { color: rgb(178,91,46); }

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

background-color css

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

 a { background-color: rgb(178,91,46); }

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

border-color css

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

 span { border-color: rgb(178,91,46); }

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