Html Css Color HEX #B26130 Fiery Orange

📋 copy color: '#B26130'

red 178 ◦ green 97 ◦ blue 48

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

Shades of Fiery Orange #B26130

Tints of Fiery Orange #B26130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.86%

R = 55.11%
G = 30.03%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B26130 (or 0xB26130) is known color: Fiery Orange. HEX triplet: B2, 61 and 30. RGB value is (178,97,48). Sum of RGB (Red+Green+Blue) = 178+97+48=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B26130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26130 is #4D9ECF. Grayscale: #737373. Windows color (decimal): -5086928 or 3170738. OLE color: 3170738.

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

Color convert

RGB 178 97 48 -
CMYK 0 0.46 0.73 0.30
HSL 22.62º 0.58% 0.44% -
HSV(B) 22.62º 0.73% 0.7% -
XYZ 23.17 18.23 5.09 -
YUV 115.63 89.84 172.48 -
System Red Green Blue C M Y K H S L
Decimal 178 97 48 0 0.46 0.73 0.30 22.62 0.58 0.44
Hex B2 61 30 0 2E 49 1E 17 3A 2C
Octal 262 141 60 0 56 111 36 27 72 54
Binary 10110010 1100001 110000 0 101110 1001001 11110 10111 111010 101100

Color Harmonies of #B26130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26130

Black with #B26130

Text Example


Text Example

White with #B26130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26130; }

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

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

background-color css

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

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

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

border-color css

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

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

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