Html Css Color HEX #B25529 Fiery Orange

📋 copy color: '#B25529'

red 178 ◦ green 85 ◦ blue 41

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

Shades of Fiery Orange #B25529

Tints of Fiery Orange #B25529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.49%

R = 58.55%
G = 27.96%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B25529 (or 0xB25529) is known color: Fiery Orange. HEX triplet: B2, 55 and 29. RGB value is (178,85,41). Sum of RGB (Red+Green+Blue) = 178+85+41=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B25529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25529 is #4DAAD6. Grayscale: #6C6C6C. Windows color (decimal): -5090007 or 2708914. OLE color: 2708914.

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

Color convert

RGB 178 85 41 -
CMYK 0 0.52 0.77 0.30
HSL 19.27º 0.63% 0.43% -
HSV(B) 19.27º 0.77% 0.7% -
XYZ 22.01 16.12 4.05 -
YUV 107.79 90.31 178.08 -
System Red Green Blue C M Y K H S L
Decimal 178 85 41 0 0.52 0.77 0.30 19.27 0.63 0.43
Hex B2 55 29 0 34 4D 1E 13 3F 2B
Octal 262 125 51 0 64 115 36 23 77 53
Binary 10110010 1010101 101001 0 110100 1001101 11110 10011 111111 101011

Color Harmonies of #B25529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25529

Black with #B25529

Text Example


Text Example

White with #B25529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25529; }

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

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

background-color css

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

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

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

border-color css

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

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

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