Html Css Color HEX #B05D2F Fiery Orange

📋 copy color: '#B05D2F'

red 176 ◦ green 93 ◦ blue 47

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

Shades of Fiery Orange #B05D2F

Tints of Fiery Orange #B05D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.87%

R = 55.7%
G = 29.43%
B = 14.87%

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

#B05D2F (or 0xB05D2F) is known color: Fiery Orange. HEX triplet: B0, 5D and 2F. RGB value is (176,93,47). Sum of RGB (Red+Green+Blue) = 176+93+47=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05D2F is #4FA2D0. Grayscale: #707070. Windows color (decimal): -5219025 or 3104176. OLE color: 3104176.

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

Color convert

RGB 176 93 47 -
CMYK 0 0.47 0.73 0.31
HSL 21.4º 0.58% 0.44% -
HSV(B) 21.4º 0.73% 0.69% -
XYZ 22.33 17.26 4.84 -
YUV 112.57 91 173.24 -
System Red Green Blue C M Y K H S L
Decimal 176 93 47 0 0.47 0.73 0.31 21.4 0.58 0.44
Hex B0 5D 2F 0 2F 49 1F 15 3A 2C
Octal 260 135 57 0 57 111 37 25 72 54
Binary 10110000 1011101 101111 0 101111 1001001 11111 10101 111010 101100

Color Harmonies of #B05D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D2F

Black with #B05D2F

Text Example


Text Example

White with #B05D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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