Html Css Color HEX #B2571B Fiery Orange

📋 copy color: '#B2571B'

red 178 ◦ green 87 ◦ blue 27

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

Shades of Fiery Orange #B2571B

Tints of Fiery Orange #B2571B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.79%

 BLUE value IS 27 (10.94% from 255) = 9.25%

R = 60.96%
G = 29.79%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2571B (or 0xB2571B) is known color: Fiery Orange. HEX triplet: B2, 57 and 1B. RGB value is (178,87,27). Sum of RGB (Red+Green+Blue) = 178+87+27=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B2571B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2571B is #4DA8E4. Grayscale: #6B6B6B. Windows color (decimal): -5089509 or 1791922. OLE color: 1791922.

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

Color convert

RGB 178 87 27 -
CMYK 0 0.51 0.85 0.30
HSL 23.84º 0.74% 0.4% -
HSV(B) 23.84º 0.85% 0.7% -
XYZ 21.97 16.36 3.04 -
YUV 107.37 82.65 178.38 -
System Red Green Blue C M Y K H S L
Decimal 178 87 27 0 0.51 0.85 0.30 23.84 0.74 0.4
Hex B2 57 1B 0 33 55 1E 18 4A 28
Octal 262 127 33 0 63 125 36 30 112 50
Binary 10110010 1010111 11011 0 110011 1010101 11110 11000 1001010 101000

Color Harmonies of #B2571B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2571B

Black with #B2571B

Text Example


Text Example

White with #B2571B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2571B; }

 p { color: rgb(178,87,27); }

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

background-color css

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

 a { background-color: rgb(178,87,27); }

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

border-color css

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

 span { border-color: rgb(178,87,27); }

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