Html Css Color HEX #B26330 Fiery Orange

📋 copy color: '#B26330'

red 178 ◦ green 99 ◦ blue 48

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

Shades of Fiery Orange #B26330

Tints of Fiery Orange #B26330

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.46%

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

R = 54.77%
G = 30.46%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B26330 (or 0xB26330) is known color: Fiery Orange. HEX triplet: B2, 63 and 30. RGB value is (178,99,48). Sum of RGB (Red+Green+Blue) = 178+99+48=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B26330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26330 is #4D9CCF. Grayscale: #757575. Windows color (decimal): -5086416 or 3171250. OLE color: 3171250.

HSL color Cylindrical-coordinate representation of color #B26330: hue angle of 23.54º 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 #B26330 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 99 48 -
CMYK 0 0.44 0.73 0.30
HSL 23.54º 0.58% 0.44% -
HSV(B) 23.54º 0.73% 0.7% -
XYZ 23.36 18.6 5.16 -
YUV 116.81 89.17 171.65 -
System Red Green Blue C M Y K H S L
Decimal 178 99 48 0 0.44 0.73 0.30 23.54 0.58 0.44
Hex B2 63 30 0 2C 49 1E 18 3A 2C
Octal 262 143 60 0 54 111 36 30 72 54
Binary 10110010 1100011 110000 0 101100 1001001 11110 11000 111010 101100

Color Harmonies of #B26330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26330

Black with #B26330

Text Example


Text Example

White with #B26330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26330; }

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

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

background-color css

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

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

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

border-color css

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

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

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