Html Css Color HEX #B1552D Fiery Orange

📋 copy color: '#B1552D'

red 177 ◦ green 85 ◦ blue 45

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

Shades of Fiery Orange #B1552D

Tints of Fiery Orange #B1552D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.66%

R = 57.65%
G = 27.69%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1552D (or 0xB1552D) is known color: Fiery Orange. HEX triplet: B1, 55 and 2D. RGB value is (177,85,45). Sum of RGB (Red+Green+Blue) = 177+85+45=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B1552D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1552D is #4EAAD2. Grayscale: #6C6C6C. Windows color (decimal): -5155539 or 2971057. OLE color: 2971057.

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

Color convert

RGB 177 85 45 -
CMYK 0 0.52 0.75 0.31
HSL 18.18º 0.59% 0.44% -
HSV(B) 18.18º 0.75% 0.69% -
XYZ 21.85 16.03 4.43 -
YUV 107.95 92.48 177.25 -
System Red Green Blue C M Y K H S L
Decimal 177 85 45 0 0.52 0.75 0.31 18.18 0.59 0.44
Hex B1 55 2D 0 34 4B 1F 12 3B 2C
Octal 261 125 55 0 64 113 37 22 73 54
Binary 10110001 1010101 101101 0 110100 1001011 11111 10010 111011 101100

Color Harmonies of #B1552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1552D

Black with #B1552D

Text Example


Text Example

White with #B1552D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1552D; }

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

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

background-color css

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

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

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

border-color css

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

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

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