Html Css Color HEX #B26133 Fiery Orange

📋 copy color: '#B26133'

red 178 ◦ green 97 ◦ blue 51

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

Shades of Fiery Orange #B26133

Tints of Fiery Orange #B26133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.64%

R = 54.6%
G = 29.75%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B26133 (or 0xB26133) is known color: Fiery Orange. HEX triplet: B2, 61 and 33. RGB value is (178,97,51). Sum of RGB (Red+Green+Blue) = 178+97+51=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B26133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26133 is #4D9ECC. Grayscale: #747474. Windows color (decimal): -5086925 or 3367346. OLE color: 3367346.

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

Color convert

RGB 178 97 51 -
CMYK 0 0.46 0.71 0.30
HSL 21.73º 0.55% 0.45% -
HSV(B) 21.73º 0.71% 0.7% -
XYZ 23.23 18.25 5.43 -
YUV 115.98 91.34 172.24 -
System Red Green Blue C M Y K H S L
Decimal 178 97 51 0 0.46 0.71 0.30 21.73 0.55 0.45
Hex B2 61 33 0 2E 47 1E 16 37 2D
Octal 262 141 63 0 56 107 36 26 67 55
Binary 10110010 1100001 110011 0 101110 1000111 11110 10110 110111 101101

Color Harmonies of #B26133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26133

Black with #B26133

Text Example


Text Example

White with #B26133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26133; }

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

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

background-color css

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

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

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

border-color css

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

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

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