Html Css Color HEX #B05E2A Fiery Orange

📋 copy color: '#B05E2A'

red 176 ◦ green 94 ◦ blue 42

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

Shades of Fiery Orange #B05E2A

Tints of Fiery Orange #B05E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.46%

R = 56.41%
G = 30.13%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B05E2A (or 0xB05E2A) is known color: Fiery Orange. HEX triplet: B0, 5E and 2A. RGB value is (176,94,42). Sum of RGB (Red+Green+Blue) = 176+94+42=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05E2A is #4FA1D5. Grayscale: #707070. Windows color (decimal): -5218774 or 2776752. OLE color: 2776752.

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

Color convert

RGB 176 94 42 -
CMYK 0 0.47 0.76 0.31
HSL 23.28º 0.61% 0.43% -
HSV(B) 23.28º 0.76% 0.69% -
XYZ 22.33 17.4 4.37 -
YUV 112.59 88.17 173.23 -
System Red Green Blue C M Y K H S L
Decimal 176 94 42 0 0.47 0.76 0.31 23.28 0.61 0.43
Hex B0 5E 2A 0 2F 4C 1F 17 3D 2B
Octal 260 136 52 0 57 114 37 27 75 53
Binary 10110000 1011110 101010 0 101111 1001100 11111 10111 111101 101011

Color Harmonies of #B05E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05E2A

Black with #B05E2A

Text Example


Text Example

White with #B05E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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