Html Css Color HEX #B2612E Fiery Orange

📋 copy color: '#B2612E'

red 178 ◦ green 97 ◦ blue 46

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

Shades of Fiery Orange #B2612E

Tints of Fiery Orange #B2612E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.33%

R = 55.45%
G = 30.22%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2612E (or 0xB2612E) is known color: Fiery Orange. HEX triplet: B2, 61 and 2E. RGB value is (178,97,46). Sum of RGB (Red+Green+Blue) = 178+97+46=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B2612E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2612E is #4D9ED1. Grayscale: #737373. Windows color (decimal): -5086930 or 3039666. OLE color: 3039666.

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

Color convert

RGB 178 97 46 -
CMYK 0 0.46 0.74 0.30
HSL 23.18º 0.59% 0.44% -
HSV(B) 23.18º 0.74% 0.7% -
XYZ 23.13 18.21 4.88 -
YUV 115.41 88.84 172.65 -
System Red Green Blue C M Y K H S L
Decimal 178 97 46 0 0.46 0.74 0.30 23.18 0.59 0.44
Hex B2 61 2E 0 2E 4A 1E 17 3B 2C
Octal 262 141 56 0 56 112 36 27 73 54
Binary 10110010 1100001 101110 0 101110 1001010 11110 10111 111011 101100

Color Harmonies of #B2612E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2612E

Black with #B2612E

Text Example


Text Example

White with #B2612E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2612E; }

 p { color: rgb(178,97,46); }

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

background-color css

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

 a { background-color: rgb(178,97,46); }

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

border-color css

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

 span { border-color: rgb(178,97,46); }

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