Html Css Color HEX #B55326 Fiery Orange

📋 copy color: '#B55326'

red 181 ◦ green 83 ◦ blue 38

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

Shades of Fiery Orange #B55326

Tints of Fiery Orange #B55326

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.48%

 BLUE value IS 38 (15.23% from 255) = 12.58%

R = 59.93%
G = 27.48%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B55326 (or 0xB55326) is known color: Fiery Orange. HEX triplet: B5, 53 and 26. RGB value is (181,83,38). Sum of RGB (Red+Green+Blue) = 181+83+38=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B55326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55326 is #4AACD9. Grayscale: #6B6B6B. Windows color (decimal): -4893914 or 2511797. OLE color: 2511797.

HSL color Cylindrical-coordinate representation of color #B55326: hue angle of 18.88º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B55326 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 83 38 -
CMYK 0 0.54 0.79 0.29
HSL 18.88º 0.65% 0.43% -
HSV(B) 18.88º 0.79% 0.71% -
XYZ 22.5 16.15 3.77 -
YUV 107.17 88.97 180.66 -
System Red Green Blue C M Y K H S L
Decimal 181 83 38 0 0.54 0.79 0.29 18.88 0.65 0.43
Hex B5 53 26 0 36 4F 1D 13 41 2B
Octal 265 123 46 0 66 117 35 23 101 53
Binary 10110101 1010011 100110 0 110110 1001111 11101 10011 1000001 101011

Color Harmonies of #B55326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55326

Black with #B55326

Text Example


Text Example

White with #B55326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55326; }

 p { color: rgb(181,83,38); }

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

background-color css

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

 a { background-color: rgb(181,83,38); }

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

border-color css

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

 span { border-color: rgb(181,83,38); }

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