Html Css Color HEX #B05E34 Fiery Orange

📋 copy color: '#B05E34'

red 176 ◦ green 94 ◦ blue 52

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

Shades of Fiery Orange #B05E34

Tints of Fiery Orange #B05E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.15%

R = 54.66%
G = 29.19%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B05E34 (or 0xB05E34) is known color: Fiery Orange. HEX triplet: B0, 5E and 34. RGB value is (176,94,52). Sum of RGB (Red+Green+Blue) = 176+94+52=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05E34 is #4FA1CB. Grayscale: #717171. Windows color (decimal): -5218764 or 3432112. OLE color: 3432112.

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

Color convert

RGB 176 94 52 -
CMYK 0 0.47 0.70 0.31
HSL 20.32º 0.54% 0.45% -
HSV(B) 20.32º 0.7% 0.69% -
XYZ 22.53 17.48 5.44 -
YUV 113.73 93.17 172.42 -
System Red Green Blue C M Y K H S L
Decimal 176 94 52 0 0.47 0.70 0.31 20.32 0.54 0.45
Hex B0 5E 34 0 2F 46 1F 14 36 2D
Octal 260 136 64 0 57 106 37 24 66 55
Binary 10110000 1011110 110100 0 101111 1000110 11111 10100 110110 101101

Color Harmonies of #B05E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05E34

Black with #B05E34

Text Example


Text Example

White with #B05E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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