Html Css Color HEX #B05E37 Fiery Orange

📋 copy color: '#B05E37'

red 176 ◦ green 94 ◦ blue 55

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

Shades of Fiery Orange #B05E37

Tints of Fiery Orange #B05E37

RGB

 RED value IS 176 (69.14% from 255) = 54.15%

 GREEN value IS 94 (37.11% from 255) = 28.92%

 BLUE value IS 55 (21.88% from 255) = 16.92%

R = 54.15%
G = 28.92%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B05E37 (or 0xB05E37) is known color: Fiery Orange. HEX triplet: B0, 5E and 37. RGB value is (176,94,55). Sum of RGB (Red+Green+Blue) = 176+94+55=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 55 (21.88% from 255 or 16.92% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05E37 is #4FA1C8. Grayscale: #727272. Windows color (decimal): -5218761 or 3628720. OLE color: 3628720.

HSL color Cylindrical-coordinate representation of color #B05E37: hue angle of 19.34º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B05E37 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 94 55 -
CMYK 0 0.47 0.69 0.31
HSL 19.34º 0.52% 0.45% -
HSV(B) 19.34º 0.69% 0.69% -
XYZ 22.6 17.51 5.8 -
YUV 114.07 94.67 172.17 -
System Red Green Blue C M Y K H S L
Decimal 176 94 55 0 0.47 0.69 0.31 19.34 0.52 0.45
Hex B0 5E 37 0 2F 45 1F 13 34 2D
Octal 260 136 67 0 57 105 37 23 64 55
Binary 10110000 1011110 110111 0 101111 1000101 11111 10011 110100 101101

Color Harmonies of #B05E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05E37

Black with #B05E37

Text Example


Text Example

White with #B05E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05E37; }

 p { color: rgb(176,94,55); }

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

background-color css

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

 a { background-color: rgb(176,94,55); }

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

border-color css

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

 span { border-color: rgb(176,94,55); }

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