Html Css Color HEX #B0611A Fiery Orange

📋 copy color: '#B0611A'

red 176 ◦ green 97 ◦ blue 26

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

Shades of Fiery Orange #B0611A

Tints of Fiery Orange #B0611A

RGB

 RED value IS 176 (69.14% from 255) = 58.86%

 GREEN value IS 97 (38.28% from 255) = 32.44%

 BLUE value IS 26 (10.55% from 255) = 8.7%

R = 58.86%
G = 32.44%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0611A (or 0xB0611A) is known color: Fiery Orange. HEX triplet: B0, 61 and 1A. RGB value is (176,97,26). Sum of RGB (Red+Green+Blue) = 176+97+26=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B0611A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0611A is #4F9EE5. Grayscale: #707070. Windows color (decimal): -5218022 or 1728944. OLE color: 1728944.

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

Color convert

RGB 176 97 26 -
CMYK 0 0.45 0.85 0.31
HSL 28.4º 0.74% 0.4% -
HSV(B) 28.4º 0.85% 0.69% -
XYZ 22.37 17.85 3.24 -
YUV 112.53 79.17 173.27 -
System Red Green Blue C M Y K H S L
Decimal 176 97 26 0 0.45 0.85 0.31 28.4 0.74 0.4
Hex B0 61 1A 0 2D 55 1F 1C 4A 28
Octal 260 141 32 0 55 125 37 34 112 50
Binary 10110000 1100001 11010 0 101101 1010101 11111 11100 1001010 101000

Color Harmonies of #B0611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0611A

Black with #B0611A

Text Example


Text Example

White with #B0611A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0611A; }

 p { color: rgb(176,97,26); }

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

background-color css

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

 a { background-color: rgb(176,97,26); }

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

border-color css

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

 span { border-color: rgb(176,97,26); }

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