Html Css Color HEX #B05E2C Fiery Orange

📋 copy color: '#B05E2C'

red 176 ◦ green 94 ◦ blue 44

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

Shades of Fiery Orange #B05E2C

Tints of Fiery Orange #B05E2C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.94%

 BLUE value IS 44 (17.58% from 255) = 14.01%

R = 56.05%
G = 29.94%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B05E2C (or 0xB05E2C) is known color: Fiery Orange. HEX triplet: B0, 5E and 2C. RGB value is (176,94,44). Sum of RGB (Red+Green+Blue) = 176+94+44=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05E2C is #4FA1D3. Grayscale: #717171. Windows color (decimal): -5218772 or 2907824. OLE color: 2907824.

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

Color convert

RGB 176 94 44 -
CMYK 0 0.47 0.75 0.31
HSL 22.73º 0.6% 0.43% -
HSV(B) 22.73º 0.75% 0.69% -
XYZ 22.36 17.42 4.57 -
YUV 112.82 89.17 173.07 -
System Red Green Blue C M Y K H S L
Decimal 176 94 44 0 0.47 0.75 0.31 22.73 0.6 0.43
Hex B0 5E 2C 0 2F 4B 1F 17 3C 2B
Octal 260 136 54 0 57 113 37 27 74 53
Binary 10110000 1011110 101100 0 101111 1001011 11111 10111 111100 101011

Color Harmonies of #B05E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05E2C

Black with #B05E2C

Text Example


Text Example

White with #B05E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05E2C; }

 p { color: rgb(176,94,44); }

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

background-color css

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

 a { background-color: rgb(176,94,44); }

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

border-color css

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

 span { border-color: rgb(176,94,44); }

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