Html Css Color HEX #B05D2C Fiery Orange

📋 copy color: '#B05D2C'

red 176 ◦ green 93 ◦ blue 44

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

Shades of Fiery Orange #B05D2C

Tints of Fiery Orange #B05D2C

RGB

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

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

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

R = 56.23%
G = 29.71%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B05D2C (or 0xB05D2C) is known color: Fiery Orange. HEX triplet: B0, 5D and 2C. RGB value is (176,93,44). Sum of RGB (Red+Green+Blue) = 176+93+44=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05D2C is #4FA2D3. Grayscale: #707070. Windows color (decimal): -5219028 or 2907568. OLE color: 2907568.

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

Color convert

RGB 176 93 44 -
CMYK 0 0.47 0.75 0.31
HSL 22.27º 0.6% 0.43% -
HSV(B) 22.27º 0.75% 0.69% -
XYZ 22.27 17.24 4.54 -
YUV 112.23 89.5 173.48 -
System Red Green Blue C M Y K H S L
Decimal 176 93 44 0 0.47 0.75 0.31 22.27 0.6 0.43
Hex B0 5D 2C 0 2F 4B 1F 16 3C 2B
Octal 260 135 54 0 57 113 37 26 74 53
Binary 10110000 1011101 101100 0 101111 1001011 11111 10110 111100 101011

Color Harmonies of #B05D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D2C

Black with #B05D2C

Text Example


Text Example

White with #B05D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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