Html Css Color HEX #B4581B Fiery Orange

📋 copy color: '#B4581B'

red 180 ◦ green 88 ◦ blue 27

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

Shades of Fiery Orange #B4581B

Tints of Fiery Orange #B4581B

RGB

 RED value IS 180 (70.7% from 255) = 61.02%

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

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

R = 61.02%
G = 29.83%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B4581B (or 0xB4581B) is known color: Fiery Orange. HEX triplet: B4, 58 and 1B. RGB value is (180,88,27). Sum of RGB (Red+Green+Blue) = 180+88+27=295 (39% of max value = 765). Red value is 180 (70.70% from 255 or 61.02% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 180 - color contains mainly: red. Hex color #B4581B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4581B is #4BA7E4. Grayscale: #6C6C6C. Windows color (decimal): -4958181 or 1792180. OLE color: 1792180.

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

Color convert

RGB 180 88 27 -
CMYK 0 0.51 0.85 0.29
HSL 23.92º 0.74% 0.41% -
HSV(B) 23.92º 0.85% 0.71% -
XYZ 22.51 16.76 3.09 -
YUV 108.55 81.98 178.96 -
System Red Green Blue C M Y K H S L
Decimal 180 88 27 0 0.51 0.85 0.29 23.92 0.74 0.41
Hex B4 58 1B 0 33 55 1D 18 4A 29
Octal 264 130 33 0 63 125 35 30 112 51
Binary 10110100 1011000 11011 0 110011 1010101 11101 11000 1001010 101001

Color Harmonies of #B4581B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4581B

Black with #B4581B

Text Example


Text Example

White with #B4581B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4581B; }

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

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

background-color css

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

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

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

border-color css

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

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

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