Html Css Color HEX #B6581D Fiery Orange

📋 copy color: '#B6581D'

red 182 ◦ green 88 ◦ blue 29

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

Shades of Fiery Orange #B6581D

Tints of Fiery Orange #B6581D

RGB

 RED value IS 182 (71.48% from 255) = 60.87%

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

 BLUE value IS 29 (11.72% from 255) = 9.7%

R = 60.87%
G = 29.43%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B6581D (or 0xB6581D) is known color: Fiery Orange. HEX triplet: B6, 58 and 1D. RGB value is (182,88,29). Sum of RGB (Red+Green+Blue) = 182+88+29=299 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.87% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 182 - color contains mainly: red. Hex color #B6581D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6581D is #49A7E2. Grayscale: #6D6D6D. Windows color (decimal): -4827107 or 1923254. OLE color: 1923254.

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

Color convert

RGB 182 88 29 -
CMYK 0 0.52 0.84 0.29
HSL 23.14º 0.73% 0.41% -
HSV(B) 23.14º 0.84% 0.71% -
XYZ 23 17.01 3.23 -
YUV 109.38 82.64 179.8 -
System Red Green Blue C M Y K H S L
Decimal 182 88 29 0 0.52 0.84 0.29 23.14 0.73 0.41
Hex B6 58 1D 0 34 54 1D 17 49 29
Octal 266 130 35 0 64 124 35 27 111 51
Binary 10110110 1011000 11101 0 110100 1010100 11101 10111 1001001 101001

Color Harmonies of #B6581D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6581D

Black with #B6581D

Text Example


Text Example

White with #B6581D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6581D; }

 p { color: rgb(182,88,29); }

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

background-color css

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

 a { background-color: rgb(182,88,29); }

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

border-color css

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

 span { border-color: rgb(182,88,29); }

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