Html Css Color HEX #B1601B Fiery Orange

📋 copy color: '#B1601B'

red 177 ◦ green 96 ◦ blue 27

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

Shades of Fiery Orange #B1601B

Tints of Fiery Orange #B1601B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9%

R = 59%
G = 32%
B = 9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1601B (or 0xB1601B) is known color: Fiery Orange. HEX triplet: B1, 60 and 1B. RGB value is (177,96,27). Sum of RGB (Red+Green+Blue) = 177+96+27=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B1601B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1601B is #4E9FE4. Grayscale: #707070. Windows color (decimal): -5152741 or 1794225. OLE color: 1794225.

HSL color Cylindrical-coordinate representation of color #B1601B: hue angle of 27.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1601B is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 96 27 -
CMYK 0 0.46 0.85 0.31
HSL 27.6º 0.74% 0.4% -
HSV(B) 27.6º 0.85% 0.69% -
XYZ 22.51 17.79 3.28 -
YUV 112.35 79.84 174.11 -
System Red Green Blue C M Y K H S L
Decimal 177 96 27 0 0.46 0.85 0.31 27.6 0.74 0.4
Hex B1 60 1B 0 2E 55 1F 1C 4A 28
Octal 261 140 33 0 56 125 37 34 112 50
Binary 10110001 1100000 11011 0 101110 1010101 11111 11100 1001010 101000

Color Harmonies of #B1601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1601B

Black with #B1601B

Text Example


Text Example

White with #B1601B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1601B; }

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

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

background-color css

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

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

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

border-color css

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

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

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