Html Css Color HEX #B25622 Fiery Orange

📋 copy color: '#B25622'

red 178 ◦ green 86 ◦ blue 34

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

Shades of Fiery Orange #B25622

Tints of Fiery Orange #B25622

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.86%

 BLUE value IS 34 (13.67% from 255) = 11.41%

R = 59.73%
G = 28.86%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B25622 (or 0xB25622) is known color: Fiery Orange. HEX triplet: B2, 56 and 22. RGB value is (178,86,34). Sum of RGB (Red+Green+Blue) = 178+86+34=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B25622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25622 is #4DA9DD. Grayscale: #6B6B6B. Windows color (decimal): -5089758 or 2250418. OLE color: 2250418.

HSL color Cylindrical-coordinate representation of color #B25622: hue angle of 21.67º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B25622 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 86 34 -
CMYK 0 0.52 0.81 0.30
HSL 21.67º 0.68% 0.42% -
HSV(B) 21.67º 0.81% 0.7% -
XYZ 21.98 16.24 3.49 -
YUV 107.58 86.48 178.23 -
System Red Green Blue C M Y K H S L
Decimal 178 86 34 0 0.52 0.81 0.30 21.67 0.68 0.42
Hex B2 56 22 0 34 51 1E 16 44 2A
Octal 262 126 42 0 64 121 36 26 104 52
Binary 10110010 1010110 100010 0 110100 1010001 11110 10110 1000100 101010

Color Harmonies of #B25622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25622

Black with #B25622

Text Example


Text Example

White with #B25622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25622; }

 p { color: rgb(178,86,34); }

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

background-color css

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

 a { background-color: rgb(178,86,34); }

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

border-color css

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

 span { border-color: rgb(178,86,34); }

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