Html Css Color HEX #B05A2C Fiery Orange

📋 copy color: '#B05A2C'

red 176 ◦ green 90 ◦ blue 44

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

Shades of Fiery Orange #B05A2C

Tints of Fiery Orange #B05A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.19%

R = 56.77%
G = 29.03%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B05A2C (or 0xB05A2C) is known color: Fiery Orange. HEX triplet: B0, 5A and 2C. RGB value is (176,90,44). Sum of RGB (Red+Green+Blue) = 176+90+44=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05A2C is #4FA5D3. Grayscale: #6E6E6E. Windows color (decimal): -5219796 or 2906800. OLE color: 2906800.

HSL color Cylindrical-coordinate representation of color #B05A2C: hue angle of 20.91º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B05A2C is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 90 44 -
CMYK 0 0.49 0.75 0.31
HSL 20.91º 0.6% 0.43% -
HSV(B) 20.91º 0.75% 0.69% -
XYZ 22.02 16.72 4.45 -
YUV 110.47 90.49 174.74 -
System Red Green Blue C M Y K H S L
Decimal 176 90 44 0 0.49 0.75 0.31 20.91 0.6 0.43
Hex B0 5A 2C 0 31 4B 1F 15 3C 2B
Octal 260 132 54 0 61 113 37 25 74 53
Binary 10110000 1011010 101100 0 110001 1001011 11111 10101 111100 101011

Color Harmonies of #B05A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A2C

Black with #B05A2C

Text Example


Text Example

White with #B05A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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