Html Css Color HEX #B25A22 Fiery Orange

📋 copy color: '#B25A22'

red 178 ◦ green 90 ◦ blue 34

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

Shades of Fiery Orange #B25A22

Tints of Fiery Orange #B25A22

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.8%

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

R = 58.94%
G = 29.8%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B25A22 (or 0xB25A22) is known color: Fiery Orange. HEX triplet: B2, 5A and 22. RGB value is (178,90,34). Sum of RGB (Red+Green+Blue) = 178+90+34=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25A22 is #4DA5DD. Grayscale: #6E6E6E. Windows color (decimal): -5088734 or 2251442. OLE color: 2251442.

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

Color convert

RGB 178 90 34 -
CMYK 0 0.49 0.81 0.30
HSL 23.33º 0.68% 0.42% -
HSV(B) 23.33º 0.81% 0.7% -
XYZ 22.31 16.89 3.6 -
YUV 109.93 85.15 176.55 -
System Red Green Blue C M Y K H S L
Decimal 178 90 34 0 0.49 0.81 0.30 23.33 0.68 0.42
Hex B2 5A 22 0 31 51 1E 17 44 2A
Octal 262 132 42 0 61 121 36 27 104 52
Binary 10110010 1011010 100010 0 110001 1010001 11110 10111 1000100 101010

Color Harmonies of #B25A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25A22

Black with #B25A22

Text Example


Text Example

White with #B25A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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