Html Css Color HEX #B15825 Fiery Orange

📋 copy color: '#B15825'

red 177 ◦ green 88 ◦ blue 37

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

Shades of Fiery Orange #B15825

Tints of Fiery Orange #B15825

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.14%

 BLUE value IS 37 (14.84% from 255) = 12.25%

R = 58.61%
G = 29.14%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B15825 (or 0xB15825) is known color: Fiery Orange. HEX triplet: B1, 58 and 25. RGB value is (177,88,37). Sum of RGB (Red+Green+Blue) = 177+88+37=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B15825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15825 is #4EA7DA. Grayscale: #6D6D6D. Windows color (decimal): -5154779 or 2447537. OLE color: 2447537.

HSL color Cylindrical-coordinate representation of color #B15825: hue angle of 21.86º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B15825 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 88 37 -
CMYK 0 0.50 0.79 0.31
HSL 21.86º 0.65% 0.42% -
HSV(B) 21.86º 0.79% 0.69% -
XYZ 21.96 16.46 3.77 -
YUV 108.8 87.49 176.65 -
System Red Green Blue C M Y K H S L
Decimal 177 88 37 0 0.50 0.79 0.31 21.86 0.65 0.42
Hex B1 58 25 0 32 4F 1F 16 41 2A
Octal 261 130 45 0 62 117 37 26 101 52
Binary 10110001 1011000 100101 0 110010 1001111 11111 10110 1000001 101010

Color Harmonies of #B15825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15825

Black with #B15825

Text Example


Text Example

White with #B15825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15825; }

 p { color: rgb(177,88,37); }

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

background-color css

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

 a { background-color: rgb(177,88,37); }

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

border-color css

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

 span { border-color: rgb(177,88,37); }

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