Html Css Color HEX #B05A30 Fiery Orange

📋 copy color: '#B05A30'

red 176 ◦ green 90 ◦ blue 48

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

Shades of Fiery Orange #B05A30

Tints of Fiery Orange #B05A30

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.66%

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

R = 56.05%
G = 28.66%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B05A30 (or 0xB05A30) is known color: Fiery Orange. HEX triplet: B0, 5A and 30. RGB value is (176,90,48). Sum of RGB (Red+Green+Blue) = 176+90+48=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05A30 is #4FA5CF. Grayscale: #6F6F6F. Windows color (decimal): -5219792 or 3168944. OLE color: 3168944.

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

Color convert

RGB 176 90 48 -
CMYK 0 0.49 0.73 0.31
HSL 19.69º 0.57% 0.44% -
HSV(B) 19.69º 0.73% 0.69% -
XYZ 22.09 16.76 4.87 -
YUV 110.93 92.49 174.42 -
System Red Green Blue C M Y K H S L
Decimal 176 90 48 0 0.49 0.73 0.31 19.69 0.57 0.44
Hex B0 5A 30 0 31 49 1F 14 39 2C
Octal 260 132 60 0 61 111 37 24 71 54
Binary 10110000 1011010 110000 0 110001 1001001 11111 10100 111001 101100

Color Harmonies of #B05A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A30

Black with #B05A30

Text Example


Text Example

White with #B05A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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