Html Css Color HEX #B05C23 Fiery Orange

📋 copy color: '#B05C23'

red 176 ◦ green 92 ◦ blue 35

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

Shades of Fiery Orange #B05C23

Tints of Fiery Orange #B05C23

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.36%

 BLUE value IS 35 (14.06% from 255) = 11.55%

R = 58.09%
G = 30.36%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B05C23 (or 0xB05C23) is known color: Fiery Orange. HEX triplet: B0, 5C and 23. RGB value is (176,92,35). Sum of RGB (Red+Green+Blue) = 176+92+35=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05C23 is #4FA3DC. Grayscale: #6E6E6E. Windows color (decimal): -5219293 or 2317488. OLE color: 2317488.

HSL color Cylindrical-coordinate representation of color #B05C23: hue angle of 24.26º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B05C23 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 92 35 -
CMYK 0 0.48 0.80 0.31
HSL 24.26º 0.67% 0.41% -
HSV(B) 24.26º 0.8% 0.69% -
XYZ 22.04 17.01 3.71 -
YUV 110.62 85.33 174.63 -
System Red Green Blue C M Y K H S L
Decimal 176 92 35 0 0.48 0.80 0.31 24.26 0.67 0.41
Hex B0 5C 23 0 30 50 1F 18 43 29
Octal 260 134 43 0 60 120 37 30 103 51
Binary 10110000 1011100 100011 0 110000 1010000 11111 11000 1000011 101001

Color Harmonies of #B05C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05C23

Black with #B05C23

Text Example


Text Example

White with #B05C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05C23; }

 p { color: rgb(176,92,35); }

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

background-color css

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

 a { background-color: rgb(176,92,35); }

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

border-color css

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

 span { border-color: rgb(176,92,35); }

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