Html Css Color HEX #B2562E Fiery Orange

📋 copy color: '#B2562E'

red 178 ◦ green 86 ◦ blue 46

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

Shades of Fiery Orange #B2562E

Tints of Fiery Orange #B2562E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.74%

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

R = 57.42%
G = 27.74%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2562E (or 0xB2562E) is known color: Fiery Orange. HEX triplet: B2, 56 and 2E. RGB value is (178,86,46). Sum of RGB (Red+Green+Blue) = 178+86+46=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B2562E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2562E is #4DA9D1. Grayscale: #6D6D6D. Windows color (decimal): -5089746 or 3036850. OLE color: 3036850.

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

Color convert

RGB 178 86 46 -
CMYK 0 0.52 0.74 0.30
HSL 18.18º 0.59% 0.44% -
HSV(B) 18.18º 0.74% 0.7% -
XYZ 22.18 16.32 4.57 -
YUV 108.95 92.48 177.25 -
System Red Green Blue C M Y K H S L
Decimal 178 86 46 0 0.52 0.74 0.30 18.18 0.59 0.44
Hex B2 56 2E 0 34 4A 1E 12 3B 2C
Octal 262 126 56 0 64 112 36 22 73 54
Binary 10110010 1010110 101110 0 110100 1001010 11110 10010 111011 101100

Color Harmonies of #B2562E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2562E

Black with #B2562E

Text Example


Text Example

White with #B2562E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2562E; }

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

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

background-color css

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

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

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

border-color css

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

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

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