Html Css Color HEX #B05C32 Fiery Orange

📋 copy color: '#B05C32'

red 176 ◦ green 92 ◦ blue 50

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

Shades of Fiery Orange #B05C32

Tints of Fiery Orange #B05C32

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.93%

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

R = 55.35%
G = 28.93%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B05C32 (or 0xB05C32) is known color: Fiery Orange. HEX triplet: B0, 5C and 32. RGB value is (176,92,50). Sum of RGB (Red+Green+Blue) = 176+92+50=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05C32 is #4FA3CD. Grayscale: #707070. Windows color (decimal): -5219278 or 3300528. OLE color: 3300528.

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

Color convert

RGB 176 92 50 -
CMYK 0 0.48 0.72 0.31
HSL 20º 0.56% 0.44% -
HSV(B) 20º 0.72% 0.69% -
XYZ 22.31 17.11 5.15 -
YUV 112.33 92.83 173.42 -
System Red Green Blue C M Y K H S L
Decimal 176 92 50 0 0.48 0.72 0.31 20 0.56 0.44
Hex B0 5C 32 0 30 48 1F 14 38 2C
Octal 260 134 62 0 60 110 37 24 70 54
Binary 10110000 1011100 110010 0 110000 1001000 11111 10100 111000 101100

Color Harmonies of #B05C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05C32

Black with #B05C32

Text Example


Text Example

White with #B05C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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