Html Css Color HEX #B05D29 Fiery Orange

📋 copy color: '#B05D29'

red 176 ◦ green 93 ◦ blue 41

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

Shades of Fiery Orange #B05D29

Tints of Fiery Orange #B05D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.23%

R = 56.77%
G = 30%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B05D29 (or 0xB05D29) is known color: Fiery Orange. HEX triplet: B0, 5D and 29. RGB value is (176,93,41). Sum of RGB (Red+Green+Blue) = 176+93+41=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05D29 is #4FA2D6. Grayscale: #707070. Windows color (decimal): -5219031 or 2710960. OLE color: 2710960.

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

Color convert

RGB 176 93 41 -
CMYK 0 0.47 0.77 0.31
HSL 23.11º 0.62% 0.43% -
HSV(B) 23.11º 0.77% 0.69% -
XYZ 22.22 17.22 4.25 -
YUV 111.89 88 173.73 -
System Red Green Blue C M Y K H S L
Decimal 176 93 41 0 0.47 0.77 0.31 23.11 0.62 0.43
Hex B0 5D 29 0 2F 4D 1F 17 3E 2B
Octal 260 135 51 0 57 115 37 27 76 53
Binary 10110000 1011101 101001 0 101111 1001101 11111 10111 111110 101011

Color Harmonies of #B05D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D29

Black with #B05D29

Text Example


Text Example

White with #B05D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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