Html Css Color HEX #B5602C Fiery Orange

📋 copy color: '#B5602C'

red 181 ◦ green 96 ◦ blue 44

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

Shades of Fiery Orange #B5602C

Tints of Fiery Orange #B5602C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.91%

 BLUE value IS 44 (17.58% from 255) = 13.71%

R = 56.39%
G = 29.91%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5602C (or 0xB5602C) is known color: Fiery Orange. HEX triplet: B5, 60 and 2C. RGB value is (181,96,44). Sum of RGB (Red+Green+Blue) = 181+96+44=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B5602C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5602C is #4A9FD3. Grayscale: #737373. Windows color (decimal): -4890580 or 2908341. OLE color: 2908341.

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

Color convert

RGB 181 96 44 -
CMYK 0 0.47 0.76 0.29
HSL 22.77º 0.61% 0.44% -
HSV(B) 22.77º 0.76% 0.71% -
XYZ 23.69 18.37 4.68 -
YUV 115.49 87.66 174.73 -
System Red Green Blue C M Y K H S L
Decimal 181 96 44 0 0.47 0.76 0.29 22.77 0.61 0.44
Hex B5 60 2C 0 2F 4C 1D 17 3D 2C
Octal 265 140 54 0 57 114 35 27 75 54
Binary 10110101 1100000 101100 0 101111 1001100 11101 10111 111101 101100

Color Harmonies of #B5602C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5602C

Black with #B5602C

Text Example


Text Example

White with #B5602C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5602C; }

 p { color: rgb(181,96,44); }

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

background-color css

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

 a { background-color: rgb(181,96,44); }

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

border-color css

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

 span { border-color: rgb(181,96,44); }

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