Html Css Color HEX #B05D32 Fiery Orange

📋 copy color: '#B05D32'

red 176 ◦ green 93 ◦ blue 50

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

Shades of Fiery Orange #B05D32

Tints of Fiery Orange #B05D32

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.15%

 BLUE value IS 50 (19.92% from 255) = 15.67%

R = 55.17%
G = 29.15%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B05D32 (or 0xB05D32) is known color: Fiery Orange. HEX triplet: B0, 5D and 32. RGB value is (176,93,50). Sum of RGB (Red+Green+Blue) = 176+93+50=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05D32 is #4FA2CD. Grayscale: #717171. Windows color (decimal): -5219022 or 3300784. OLE color: 3300784.

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

Color convert

RGB 176 93 50 -
CMYK 0 0.47 0.72 0.31
HSL 20.48º 0.56% 0.44% -
HSV(B) 20.48º 0.72% 0.69% -
XYZ 22.39 17.29 5.17 -
YUV 112.92 92.5 173 -
System Red Green Blue C M Y K H S L
Decimal 176 93 50 0 0.47 0.72 0.31 20.48 0.56 0.44
Hex B0 5D 32 0 2F 48 1F 14 38 2C
Octal 260 135 62 0 57 110 37 24 70 54
Binary 10110000 1011101 110010 0 101111 1001000 11111 10100 111000 101100

Color Harmonies of #B05D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D32

Black with #B05D32

Text Example


Text Example

White with #B05D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D32; }

 p { color: rgb(176,93,50); }

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

background-color css

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

 a { background-color: rgb(176,93,50); }

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

border-color css

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

 span { border-color: rgb(176,93,50); }

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