Html Css Color HEX #B55A23 Fiery Orange

📋 copy color: '#B55A23'

red 181 ◦ green 90 ◦ blue 35

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

Shades of Fiery Orange #B55A23

Tints of Fiery Orange #B55A23

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.41%

 BLUE value IS 35 (14.06% from 255) = 11.44%

R = 59.15%
G = 29.41%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B55A23 (or 0xB55A23) is known color: Fiery Orange. HEX triplet: B5, 5A and 23. RGB value is (181,90,35). Sum of RGB (Red+Green+Blue) = 181+90+35=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 35 (14.06% from 255 or 11.44% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55A23 is #4AA5DC. Grayscale: #6F6F6F. Windows color (decimal): -4892125 or 2316981. OLE color: 2316981.

HSL color Cylindrical-coordinate representation of color #B55A23: hue angle of 22.6º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B55A23 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 90 35 -
CMYK 0 0.50 0.81 0.29
HSL 22.6º 0.68% 0.42% -
HSV(B) 22.6º 0.81% 0.71% -
XYZ 23.02 17.26 3.71 -
YUV 110.94 85.15 177.97 -
System Red Green Blue C M Y K H S L
Decimal 181 90 35 0 0.50 0.81 0.29 22.6 0.68 0.42
Hex B5 5A 23 0 32 51 1D 17 44 2A
Octal 265 132 43 0 62 121 35 27 104 52
Binary 10110101 1011010 100011 0 110010 1010001 11101 10111 1000100 101010

Color Harmonies of #B55A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55A23

Black with #B55A23

Text Example


Text Example

White with #B55A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55A23; }

 p { color: rgb(181,90,35); }

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

background-color css

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

 a { background-color: rgb(181,90,35); }

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

border-color css

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

 span { border-color: rgb(181,90,35); }

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