Html Css Color HEX #B05D27 Fiery Orange

📋 copy color: '#B05D27'

red 176 ◦ green 93 ◦ blue 39

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

Shades of Fiery Orange #B05D27

Tints of Fiery Orange #B05D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.66%

R = 57.14%
G = 30.19%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B05D27 (or 0xB05D27) is known color: Fiery Orange. HEX triplet: B0, 5D and 27. RGB value is (176,93,39). Sum of RGB (Red+Green+Blue) = 176+93+39=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05D27 is #4FA2D8. Grayscale: #6F6F6F. Windows color (decimal): -5219033 or 2579888. OLE color: 2579888.

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

Color convert

RGB 176 93 39 -
CMYK 0 0.47 0.78 0.31
HSL 23.65º 0.64% 0.42% -
HSV(B) 23.65º 0.78% 0.69% -
XYZ 22.19 17.21 4.07 -
YUV 111.66 87 173.89 -
System Red Green Blue C M Y K H S L
Decimal 176 93 39 0 0.47 0.78 0.31 23.65 0.64 0.42
Hex B0 5D 27 0 2F 4E 1F 18 40 2A
Octal 260 135 47 0 57 116 37 30 100 52
Binary 10110000 1011101 100111 0 101111 1001110 11111 11000 1000000 101010

Color Harmonies of #B05D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D27

Black with #B05D27

Text Example


Text Example

White with #B05D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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