Html Css Color HEX #B05F32 Fiery Orange

📋 copy color: '#B05F32'

red 176 ◦ green 95 ◦ blue 50

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

Shades of Fiery Orange #B05F32

Tints of Fiery Orange #B05F32

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.6%

 BLUE value IS 50 (19.92% from 255) = 15.58%

R = 54.83%
G = 29.6%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B05F32 (or 0xB05F32) is known color: Fiery Orange. HEX triplet: B0, 5F and 32. RGB value is (176,95,50). Sum of RGB (Red+Green+Blue) = 176+95+50=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B05F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05F32 is #4FA0CD. Grayscale: #727272. Windows color (decimal): -5218510 or 3301296. OLE color: 3301296.

HSL color Cylindrical-coordinate representation of color #B05F32: hue angle of 21.43º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B05F32 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 95 50 -
CMYK 0 0.46 0.72 0.31
HSL 21.43º 0.56% 0.44% -
HSV(B) 21.43º 0.72% 0.69% -
XYZ 22.57 17.64 5.23 -
YUV 114.09 91.84 172.16 -
System Red Green Blue C M Y K H S L
Decimal 176 95 50 0 0.46 0.72 0.31 21.43 0.56 0.44
Hex B0 5F 32 0 2E 48 1F 15 38 2C
Octal 260 137 62 0 56 110 37 25 70 54
Binary 10110000 1011111 110010 0 101110 1001000 11111 10101 111000 101100

Color Harmonies of #B05F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05F32

Black with #B05F32

Text Example


Text Example

White with #B05F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05F32; }

 p { color: rgb(176,95,50); }

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

background-color css

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

 a { background-color: rgb(176,95,50); }

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

border-color css

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

 span { border-color: rgb(176,95,50); }

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