Html Css Color HEX #B15630 Fiery Orange

📋 copy color: '#B15630'

red 177 ◦ green 86 ◦ blue 48

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

Shades of Fiery Orange #B15630

Tints of Fiery Orange #B15630

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.65%

 BLUE value IS 48 (19.14% from 255) = 15.43%

R = 56.91%
G = 27.65%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B15630 (or 0xB15630) is known color: Fiery Orange. HEX triplet: B1, 56 and 30. RGB value is (177,86,48). Sum of RGB (Red+Green+Blue) = 177+86+48=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B15630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15630 is #4EA9CF. Grayscale: #6D6D6D. Windows color (decimal): -5155280 or 3167921. OLE color: 3167921.

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

Color convert

RGB 177 86 48 -
CMYK 0 0.51 0.73 0.31
HSL 17.67º 0.57% 0.44% -
HSV(B) 17.67º 0.73% 0.69% -
XYZ 21.99 16.22 4.77 -
YUV 108.88 93.65 176.59 -
System Red Green Blue C M Y K H S L
Decimal 177 86 48 0 0.51 0.73 0.31 17.67 0.57 0.44
Hex B1 56 30 0 33 49 1F 12 39 2C
Octal 261 126 60 0 63 111 37 22 71 54
Binary 10110001 1010110 110000 0 110011 1001001 11111 10010 111001 101100

Color Harmonies of #B15630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15630

Black with #B15630

Text Example


Text Example

White with #B15630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15630; }

 p { color: rgb(177,86,48); }

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

background-color css

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

 a { background-color: rgb(177,86,48); }

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

border-color css

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

 span { border-color: rgb(177,86,48); }

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