Html Css Color HEX #B16035 Fiery Orange

📋 copy color: '#B16035'

red 177 ◦ green 96 ◦ blue 53

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

Shades of Fiery Orange #B16035

Tints of Fiery Orange #B16035

RGB

 RED value IS 177 (69.53% from 255) = 54.29%

 GREEN value IS 96 (37.89% from 255) = 29.45%

 BLUE value IS 53 (21.09% from 255) = 16.26%

R = 54.29%
G = 29.45%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B16035 (or 0xB16035) is known color: Fiery Orange. HEX triplet: B1, 60 and 35. RGB value is (177,96,53). Sum of RGB (Red+Green+Blue) = 177+96+53=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B16035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16035 is #4E9FCA. Grayscale: #737373. Windows color (decimal): -5152715 or 3498161. OLE color: 3498161.

HSL color Cylindrical-coordinate representation of color #B16035: hue angle of 20.81º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B16035 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 96 53 -
CMYK 0 0.46 0.70 0.31
HSL 20.81º 0.54% 0.45% -
HSV(B) 20.81º 0.7% 0.69% -
XYZ 22.96 17.97 5.63 -
YUV 115.32 92.84 172 -
System Red Green Blue C M Y K H S L
Decimal 177 96 53 0 0.46 0.70 0.31 20.81 0.54 0.45
Hex B1 60 35 0 2E 46 1F 15 36 2D
Octal 261 140 65 0 56 106 37 25 66 55
Binary 10110001 1100000 110101 0 101110 1000110 11111 10101 110110 101101

Color Harmonies of #B16035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16035

Black with #B16035

Text Example


Text Example

White with #B16035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16035; }

 p { color: rgb(177,96,53); }

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

background-color css

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

 a { background-color: rgb(177,96,53); }

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

border-color css

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

 span { border-color: rgb(177,96,53); }

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