Html Css Color HEX #B05D28 Fiery Orange

📋 copy color: '#B05D28'

red 176 ◦ green 93 ◦ blue 40

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

Shades of Fiery Orange #B05D28

Tints of Fiery Orange #B05D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.94%

R = 56.96%
G = 30.1%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B05D28 (or 0xB05D28) is known color: Fiery Orange. HEX triplet: B0, 5D and 28. RGB value is (176,93,40). Sum of RGB (Red+Green+Blue) = 176+93+40=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05D28 is #4FA2D7. Grayscale: #707070. Windows color (decimal): -5219032 or 2645424. OLE color: 2645424.

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

Color convert

RGB 176 93 40 -
CMYK 0 0.47 0.77 0.31
HSL 23.38º 0.63% 0.42% -
HSV(B) 23.38º 0.77% 0.69% -
XYZ 22.2 17.21 4.16 -
YUV 111.78 87.5 173.81 -
System Red Green Blue C M Y K H S L
Decimal 176 93 40 0 0.47 0.77 0.31 23.38 0.63 0.42
Hex B0 5D 28 0 2F 4D 1F 17 3F 2A
Octal 260 135 50 0 57 115 37 27 77 52
Binary 10110000 1011101 101000 0 101111 1001101 11111 10111 111111 101010

Color Harmonies of #B05D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D28

Black with #B05D28

Text Example


Text Example

White with #B05D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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