Html Css Color HEX #B2581B Fiery Orange

📋 copy color: '#B2581B'

red 178 ◦ green 88 ◦ blue 27

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

Shades of Fiery Orange #B2581B

Tints of Fiery Orange #B2581B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.03%

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

R = 60.75%
G = 30.03%
B = 9.22%

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

#B2581B (or 0xB2581B) is known color: Fiery Orange. HEX triplet: B2, 58 and 1B. RGB value is (178,88,27). Sum of RGB (Red+Green+Blue) = 178+88+27=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B2581B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2581B is #4DA7E4. Grayscale: #6C6C6C. Windows color (decimal): -5089253 or 1792178. OLE color: 1792178.

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

Color convert

RGB 178 88 27 -
CMYK 0 0.51 0.85 0.30
HSL 24.24º 0.74% 0.4% -
HSV(B) 24.24º 0.85% 0.7% -
XYZ 22.05 16.52 3.06 -
YUV 107.96 82.32 177.96 -
System Red Green Blue C M Y K H S L
Decimal 178 88 27 0 0.51 0.85 0.30 24.24 0.74 0.4
Hex B2 58 1B 0 33 55 1E 18 4A 28
Octal 262 130 33 0 63 125 36 30 112 50
Binary 10110010 1011000 11011 0 110011 1010101 11110 11000 1001010 101000

Color Harmonies of #B2581B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2581B

Black with #B2581B

Text Example


Text Example

White with #B2581B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2581B; }

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

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

background-color css

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

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

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

border-color css

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

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

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