Html Css Color HEX #B2592E Fiery Orange

📋 copy color: '#B2592E'

red 178 ◦ green 89 ◦ blue 46

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

Shades of Fiery Orange #B2592E

Tints of Fiery Orange #B2592E

RGB

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

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

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

R = 56.87%
G = 28.43%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2592E (or 0xB2592E) is known color: Fiery Orange. HEX triplet: B2, 59 and 2E. RGB value is (178,89,46). Sum of RGB (Red+Green+Blue) = 178+89+46=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B2592E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2592E is #4DA6D1. Grayscale: #6E6E6E. Windows color (decimal): -5088978 or 3037618. OLE color: 3037618.

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

Color convert

RGB 178 89 46 -
CMYK 0 0.5 0.74 0.30
HSL 19.55º 0.59% 0.44% -
HSV(B) 19.55º 0.74% 0.7% -
XYZ 22.43 16.81 4.65 -
YUV 110.71 91.49 176 -
System Red Green Blue C M Y K H S L
Decimal 178 89 46 0 0.5 0.74 0.30 19.55 0.59 0.44
Hex B2 59 2E 0 32 4A 1E 14 3B 2C
Octal 262 131 56 0 62 112 36 24 73 54
Binary 10110010 1011001 101110 0 110010 1001010 11110 10100 111011 101100

Color Harmonies of #B2592E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2592E

Black with #B2592E

Text Example


Text Example

White with #B2592E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2592E; }

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

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

background-color css

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

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

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

border-color css

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

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

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