Html Css Color HEX #B05D30 Fiery Orange

📋 copy color: '#B05D30'

red 176 ◦ green 93 ◦ blue 48

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

Shades of Fiery Orange #B05D30

Tints of Fiery Orange #B05D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.14%

R = 55.52%
G = 29.34%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B05D30 (or 0xB05D30) is known color: Fiery Orange. HEX triplet: B0, 5D and 30. RGB value is (176,93,48). Sum of RGB (Red+Green+Blue) = 176+93+48=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05D30 is #4FA2CF. Grayscale: #707070. Windows color (decimal): -5219024 or 3169712. OLE color: 3169712.

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

Color convert

RGB 176 93 48 -
CMYK 0 0.47 0.73 0.31
HSL 21.09º 0.57% 0.44% -
HSV(B) 21.09º 0.73% 0.69% -
XYZ 22.35 17.27 4.95 -
YUV 112.69 91.5 173.16 -
System Red Green Blue C M Y K H S L
Decimal 176 93 48 0 0.47 0.73 0.31 21.09 0.57 0.44
Hex B0 5D 30 0 2F 49 1F 15 39 2C
Octal 260 135 60 0 57 111 37 25 71 54
Binary 10110000 1011101 110000 0 101111 1001001 11111 10101 111001 101100

Color Harmonies of #B05D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D30

Black with #B05D30

Text Example


Text Example

White with #B05D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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