Html Css Color HEX #B2562D Fiery Orange

📋 copy color: '#B2562D'

red 178 ◦ green 86 ◦ blue 45

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

Shades of Fiery Orange #B2562D

Tints of Fiery Orange #B2562D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.56%

R = 57.61%
G = 27.83%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2562D (or 0xB2562D) is known color: Fiery Orange. HEX triplet: B2, 56 and 2D. RGB value is (178,86,45). Sum of RGB (Red+Green+Blue) = 178+86+45=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B2562D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2562D is #4DA9D2. Grayscale: #6D6D6D. Windows color (decimal): -5089747 or 2971314. OLE color: 2971314.

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

Color convert

RGB 178 86 45 -
CMYK 0 0.52 0.75 0.30
HSL 18.5º 0.6% 0.44% -
HSV(B) 18.5º 0.75% 0.7% -
XYZ 22.16 16.31 4.46 -
YUV 108.83 91.98 177.33 -
System Red Green Blue C M Y K H S L
Decimal 178 86 45 0 0.52 0.75 0.30 18.5 0.6 0.44
Hex B2 56 2D 0 34 4B 1E 12 3C 2C
Octal 262 126 55 0 64 113 36 22 74 54
Binary 10110010 1010110 101101 0 110100 1001011 11110 10010 111100 101100

Color Harmonies of #B2562D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2562D

Black with #B2562D

Text Example


Text Example

White with #B2562D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2562D; }

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

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

background-color css

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

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

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

border-color css

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

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

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