Html Css Color HEX #B05D38 Fiery Orange

📋 copy color: '#B05D38'

red 176 ◦ green 93 ◦ blue 56

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

Shades of Fiery Orange #B05D38

Tints of Fiery Orange #B05D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.23%

R = 54.15%
G = 28.62%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B05D38 (or 0xB05D38) is known color: Fiery Orange. HEX triplet: B0, 5D and 38. RGB value is (176,93,56). Sum of RGB (Red+Green+Blue) = 176+93+56=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05D38 is #4FA2C7. Grayscale: #717171. Windows color (decimal): -5219016 or 3694000. OLE color: 3694000.

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

Color convert

RGB 176 93 56 -
CMYK 0 0.47 0.68 0.31
HSL 18.5º 0.52% 0.45% -
HSV(B) 18.5º 0.68% 0.69% -
XYZ 22.53 17.34 5.9 -
YUV 113.6 95.5 172.51 -
System Red Green Blue C M Y K H S L
Decimal 176 93 56 0 0.47 0.68 0.31 18.5 0.52 0.45
Hex B0 5D 38 0 2F 44 1F 12 34 2D
Octal 260 135 70 0 57 104 37 22 64 55
Binary 10110000 1011101 111000 0 101111 1000100 11111 10010 110100 101101

Color Harmonies of #B05D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D38

Black with #B05D38

Text Example


Text Example

White with #B05D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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