Html Css Color HEX #B05937 Fiery Orange

📋 copy color: '#B05937'

red 176 ◦ green 89 ◦ blue 55

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

Shades of Fiery Orange #B05937

Tints of Fiery Orange #B05937

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.81%

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

R = 55%
G = 27.81%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B05937 (or 0xB05937) is known color: Fiery Orange. HEX triplet: B0, 59 and 37. RGB value is (176,89,55). Sum of RGB (Red+Green+Blue) = 176+89+55=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B05937 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05937 is #4FA6C8. Grayscale: #6F6F6F. Windows color (decimal): -5220041 or 3627440. OLE color: 3627440.

HSL color Cylindrical-coordinate representation of color #B05937: hue angle of 16.86º 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 #B05937 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 89 55 -
CMYK 0 0.49 0.69 0.31
HSL 16.86º 0.52% 0.45% -
HSV(B) 16.86º 0.69% 0.69% -
XYZ 22.17 16.65 5.66 -
YUV 111.14 96.32 174.26 -
System Red Green Blue C M Y K H S L
Decimal 176 89 55 0 0.49 0.69 0.31 16.86 0.52 0.45
Hex B0 59 37 0 31 45 1F 11 34 2D
Octal 260 131 67 0 61 105 37 21 64 55
Binary 10110000 1011001 110111 0 110001 1000101 11111 10001 110100 101101

Color Harmonies of #B05937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05937

Black with #B05937

Text Example


Text Example

White with #B05937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05937; }

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

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

background-color css

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

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

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

border-color css

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

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

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