Html Css Color HEX #B15526 Fiery Orange

📋 copy color: '#B15526'

red 177 ◦ green 85 ◦ blue 38

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

Shades of Fiery Orange #B15526

Tints of Fiery Orange #B15526

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.33%

 BLUE value IS 38 (15.23% from 255) = 12.67%

R = 59%
G = 28.33%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B15526 (or 0xB15526) is known color: Fiery Orange. HEX triplet: B1, 55 and 26. RGB value is (177,85,38). Sum of RGB (Red+Green+Blue) = 177+85+38=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B15526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15526 is #4EAAD9. Grayscale: #6B6B6B. Windows color (decimal): -5155546 or 2512305. OLE color: 2512305.

HSL color Cylindrical-coordinate representation of color #B15526: hue angle of 20.29º 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 #B15526 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 85 38 -
CMYK 0 0.52 0.79 0.31
HSL 20.29º 0.65% 0.42% -
HSV(B) 20.29º 0.79% 0.69% -
XYZ 21.73 15.98 3.77 -
YUV 107.15 88.98 177.82 -
System Red Green Blue C M Y K H S L
Decimal 177 85 38 0 0.52 0.79 0.31 20.29 0.65 0.42
Hex B1 55 26 0 34 4F 1F 14 41 2A
Octal 261 125 46 0 64 117 37 24 101 52
Binary 10110001 1010101 100110 0 110100 1001111 11111 10100 1000001 101010

Color Harmonies of #B15526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15526

Black with #B15526

Text Example


Text Example

White with #B15526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15526; }

 p { color: rgb(177,85,38); }

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

background-color css

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

 a { background-color: rgb(177,85,38); }

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

border-color css

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

 span { border-color: rgb(177,85,38); }

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