Html Css Color HEX #B2562C Fiery Orange

📋 copy color: '#B2562C'

red 178 ◦ green 86 ◦ blue 44

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

Shades of Fiery Orange #B2562C

Tints of Fiery Orange #B2562C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.29%

R = 57.79%
G = 27.92%
B = 14.29%

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

#B2562C (or 0xB2562C) is known color: Fiery Orange. HEX triplet: B2, 56 and 2C. RGB value is (178,86,44). Sum of RGB (Red+Green+Blue) = 178+86+44=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B2562C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2562C is #4DA9D3. Grayscale: #6C6C6C. Windows color (decimal): -5089748 or 2905778. OLE color: 2905778.

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

Color convert

RGB 178 86 44 -
CMYK 0 0.52 0.75 0.30
HSL 18.81º 0.6% 0.44% -
HSV(B) 18.81º 0.75% 0.7% -
XYZ 22.14 16.3 4.36 -
YUV 108.72 91.48 177.42 -
System Red Green Blue C M Y K H S L
Decimal 178 86 44 0 0.52 0.75 0.30 18.81 0.6 0.44
Hex B2 56 2C 0 34 4B 1E 13 3C 2C
Octal 262 126 54 0 64 113 36 23 74 54
Binary 10110010 1010110 101100 0 110100 1001011 11110 10011 111100 101100

Color Harmonies of #B2562C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2562C

Black with #B2562C

Text Example


Text Example

White with #B2562C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2562C; }

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

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

background-color css

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

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

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

border-color css

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

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

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