Html Css Color HEX #B2551C Fiery Orange

📋 copy color: '#B2551C'

red 178 ◦ green 85 ◦ blue 28

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

Shades of Fiery Orange #B2551C

Tints of Fiery Orange #B2551C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.21%

 BLUE value IS 28 (11.33% from 255) = 9.62%

R = 61.17%
G = 29.21%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2551C (or 0xB2551C) is known color: Fiery Orange. HEX triplet: B2, 55 and 1C. RGB value is (178,85,28). Sum of RGB (Red+Green+Blue) = 178+85+28=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B2551C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2551C is #4DAAE3. Grayscale: #6A6A6A. Windows color (decimal): -5090020 or 1856946. OLE color: 1856946.

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

Color convert

RGB 178 85 28 -
CMYK 0 0.52 0.84 0.30
HSL 22.8º 0.73% 0.4% -
HSV(B) 22.8º 0.84% 0.7% -
XYZ 21.82 16.05 3.05 -
YUV 106.31 83.81 179.13 -
System Red Green Blue C M Y K H S L
Decimal 178 85 28 0 0.52 0.84 0.30 22.8 0.73 0.4
Hex B2 55 1C 0 34 54 1E 17 49 28
Octal 262 125 34 0 64 124 36 27 111 50
Binary 10110010 1010101 11100 0 110100 1010100 11110 10111 1001001 101000

Color Harmonies of #B2551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2551C

Black with #B2551C

Text Example


Text Example

White with #B2551C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2551C; }

 p { color: rgb(178,85,28); }

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

background-color css

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

 a { background-color: rgb(178,85,28); }

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

border-color css

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

 span { border-color: rgb(178,85,28); }

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