Html Css Color HEX #B55F2D Fiery Orange

📋 copy color: '#B55F2D'

red 181 ◦ green 95 ◦ blue 45

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

Shades of Fiery Orange #B55F2D

Tints of Fiery Orange #B55F2D

RGB

 RED value IS 181 (71.09% from 255) = 56.39%

 GREEN value IS 95 (37.5% from 255) = 29.6%

 BLUE value IS 45 (17.97% from 255) = 14.02%

R = 56.39%
G = 29.6%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B55F2D (or 0xB55F2D) is known color: Fiery Orange. HEX triplet: B5, 5F and 2D. RGB value is (181,95,45). Sum of RGB (Red+Green+Blue) = 181+95+45=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55F2D is #4AA0D2. Grayscale: #737373. Windows color (decimal): -4890835 or 2973621. OLE color: 2973621.

HSL color Cylindrical-coordinate representation of color #B55F2D: hue angle of 22.06º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B55F2D is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 95 45 -
CMYK 0 0.48 0.75 0.29
HSL 22.06º 0.6% 0.44% -
HSV(B) 22.06º 0.75% 0.71% -
XYZ 23.62 18.2 4.75 -
YUV 115.01 88.49 175.07 -
System Red Green Blue C M Y K H S L
Decimal 181 95 45 0 0.48 0.75 0.29 22.06 0.6 0.44
Hex B5 5F 2D 0 30 4B 1D 16 3C 2C
Octal 265 137 55 0 60 113 35 26 74 54
Binary 10110101 1011111 101101 0 110000 1001011 11101 10110 111100 101100

Color Harmonies of #B55F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55F2D

Black with #B55F2D

Text Example


Text Example

White with #B55F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55F2D; }

 p { color: rgb(181,95,45); }

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

background-color css

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

 a { background-color: rgb(181,95,45); }

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

border-color css

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

 span { border-color: rgb(181,95,45); }

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