Html Css Color HEX #B05D33 Fiery Orange

📋 copy color: '#B05D33'

red 176 ◦ green 93 ◦ blue 51

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

Shades of Fiery Orange #B05D33

Tints of Fiery Orange #B05D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.94%

R = 55%
G = 29.06%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B05D33 (or 0xB05D33) is known color: Fiery Orange. HEX triplet: B0, 5D and 33. RGB value is (176,93,51). Sum of RGB (Red+Green+Blue) = 176+93+51=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05D33 is #4FA2CC. Grayscale: #717171. Windows color (decimal): -5219021 or 3366320. OLE color: 3366320.

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

Color convert

RGB 176 93 51 -
CMYK 0 0.47 0.71 0.31
HSL 20.16º 0.55% 0.45% -
HSV(B) 20.16º 0.71% 0.69% -
XYZ 22.42 17.3 5.29 -
YUV 113.03 93 172.92 -
System Red Green Blue C M Y K H S L
Decimal 176 93 51 0 0.47 0.71 0.31 20.16 0.55 0.45
Hex B0 5D 33 0 2F 47 1F 14 37 2D
Octal 260 135 63 0 57 107 37 24 67 55
Binary 10110000 1011101 110011 0 101111 1000111 11111 10100 110111 101101

Color Harmonies of #B05D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D33

Black with #B05D33

Text Example


Text Example

White with #B05D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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