Html Css Color HEX #B25522 Fiery Orange

📋 copy color: '#B25522'

red 178 ◦ green 85 ◦ blue 34

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

Shades of Fiery Orange #B25522

Tints of Fiery Orange #B25522

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.62%

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

R = 59.93%
G = 28.62%
B = 11.45%

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

#B25522 (or 0xB25522) is known color: Fiery Orange. HEX triplet: B2, 55 and 22. RGB value is (178,85,34). Sum of RGB (Red+Green+Blue) = 178+85+34=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B25522 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25522 is #4DAADD. Grayscale: #6B6B6B. Windows color (decimal): -5090014 or 2250162. OLE color: 2250162.

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

Color convert

RGB 178 85 34 -
CMYK 0 0.52 0.81 0.30
HSL 21.25º 0.68% 0.42% -
HSV(B) 21.25º 0.81% 0.7% -
XYZ 21.9 16.08 3.46 -
YUV 106.99 86.81 178.65 -
System Red Green Blue C M Y K H S L
Decimal 178 85 34 0 0.52 0.81 0.30 21.25 0.68 0.42
Hex B2 55 22 0 34 51 1E 15 44 2A
Octal 262 125 42 0 64 121 36 25 104 52
Binary 10110010 1010101 100010 0 110100 1010001 11110 10101 1000100 101010

Color Harmonies of #B25522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25522

Black with #B25522

Text Example


Text Example

White with #B25522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25522; }

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

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

background-color css

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

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

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

border-color css

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

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

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