Html Css Color HEX #B2601A Fiery Orange

📋 copy color: '#B2601A'

red 178 ◦ green 96 ◦ blue 26

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

Shades of Fiery Orange #B2601A

Tints of Fiery Orange #B2601A

RGB

 RED value IS 178 (69.92% from 255) = 59.33%

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

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

R = 59.33%
G = 32%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2601A (or 0xB2601A) is known color: Fiery Orange. HEX triplet: B2, 60 and 1A. RGB value is (178,96,26). Sum of RGB (Red+Green+Blue) = 178+96+26=300 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.33% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 178 - color contains mainly: red. Hex color #B2601A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2601A is #4D9FE5. Grayscale: #707070. Windows color (decimal): -5087206 or 1728690. OLE color: 1728690.

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

Color convert

RGB 178 96 26 -
CMYK 0 0.46 0.85 0.30
HSL 27.63º 0.75% 0.4% -
HSV(B) 27.63º 0.85% 0.7% -
XYZ 22.73 17.91 3.24 -
YUV 112.54 79.17 174.69 -
System Red Green Blue C M Y K H S L
Decimal 178 96 26 0 0.46 0.85 0.30 27.63 0.75 0.4
Hex B2 60 1A 0 2E 55 1E 1C 4B 28
Octal 262 140 32 0 56 125 36 34 113 50
Binary 10110010 1100000 11010 0 101110 1010101 11110 11100 1001011 101000

Color Harmonies of #B2601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2601A

Black with #B2601A

Text Example


Text Example

White with #B2601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2601A; }

 p { color: rgb(178,96,26); }

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

background-color css

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

 a { background-color: rgb(178,96,26); }

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

border-color css

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

 span { border-color: rgb(178,96,26); }

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