Html Css Color HEX #B2591C Fiery Orange

📋 copy color: '#B2591C'

red 178 ◦ green 89 ◦ blue 28

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

Shades of Fiery Orange #B2591C

Tints of Fiery Orange #B2591C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.17%

 BLUE value IS 28 (11.33% from 255) = 9.49%

R = 60.34%
G = 30.17%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2591C (or 0xB2591C) is known color: Fiery Orange. HEX triplet: B2, 59 and 1C. RGB value is (178,89,28). Sum of RGB (Red+Green+Blue) = 178+89+28=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B2591C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2591C is #4DA6E3. Grayscale: #6C6C6C. Windows color (decimal): -5088996 or 1857970. OLE color: 1857970.

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

Color convert

RGB 178 89 28 -
CMYK 0 0.5 0.84 0.30
HSL 24.4º 0.73% 0.4% -
HSV(B) 24.4º 0.84% 0.7% -
XYZ 22.14 16.69 3.15 -
YUV 108.66 82.49 177.46 -
System Red Green Blue C M Y K H S L
Decimal 178 89 28 0 0.5 0.84 0.30 24.4 0.73 0.4
Hex B2 59 1C 0 32 54 1E 18 49 28
Octal 262 131 34 0 62 124 36 30 111 50
Binary 10110010 1011001 11100 0 110010 1010100 11110 11000 1001001 101000

Color Harmonies of #B2591C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2591C

Black with #B2591C

Text Example


Text Example

White with #B2591C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2591C; }

 p { color: rgb(178,89,28); }

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

background-color css

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

 a { background-color: rgb(178,89,28); }

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

border-color css

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

 span { border-color: rgb(178,89,28); }

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