Html Css Color HEX #B26232 Fiery Orange

📋 copy color: '#B26232'

red 178 ◦ green 98 ◦ blue 50

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

Shades of Fiery Orange #B26232

Tints of Fiery Orange #B26232

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.06%

 BLUE value IS 50 (19.92% from 255) = 15.34%

R = 54.6%
G = 30.06%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B26232 (or 0xB26232) is known color: Fiery Orange. HEX triplet: B2, 62 and 32. RGB value is (178,98,50). Sum of RGB (Red+Green+Blue) = 178+98+50=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B26232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26232 is #4D9DCD. Grayscale: #747474. Windows color (decimal): -5086670 or 3302066. OLE color: 3302066.

HSL color Cylindrical-coordinate representation of color #B26232: hue angle of 22.5º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B26232 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 98 50 -
CMYK 0 0.45 0.72 0.30
HSL 22.5º 0.56% 0.45% -
HSV(B) 22.5º 0.72% 0.7% -
XYZ 23.3 18.43 5.35 -
YUV 116.45 90.5 171.9 -
System Red Green Blue C M Y K H S L
Decimal 178 98 50 0 0.45 0.72 0.30 22.5 0.56 0.45
Hex B2 62 32 0 2D 48 1E 16 38 2D
Octal 262 142 62 0 55 110 36 26 70 55
Binary 10110010 1100010 110010 0 101101 1001000 11110 10110 111000 101101

Color Harmonies of #B26232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26232

Black with #B26232

Text Example


Text Example

White with #B26232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26232; }

 p { color: rgb(178,98,50); }

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

background-color css

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

 a { background-color: rgb(178,98,50); }

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

border-color css

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

 span { border-color: rgb(178,98,50); }

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