Html Css Color HEX #B25627 Fiery Orange

📋 copy color: '#B25627'

red 178 ◦ green 86 ◦ blue 39

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

Shades of Fiery Orange #B25627

Tints of Fiery Orange #B25627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.87%

R = 58.75%
G = 28.38%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B25627 (or 0xB25627) is known color: Fiery Orange. HEX triplet: B2, 56 and 27. RGB value is (178,86,39). Sum of RGB (Red+Green+Blue) = 178+86+39=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 39 (15.62% from 255 or 12.87% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B25627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25627 is #4DA9D8. Grayscale: #6C6C6C. Windows color (decimal): -5089753 or 2578098. OLE color: 2578098.

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

Color convert

RGB 178 86 39 -
CMYK 0 0.52 0.78 0.30
HSL 20.29º 0.64% 0.43% -
HSV(B) 20.29º 0.78% 0.7% -
XYZ 22.05 16.27 3.9 -
YUV 108.15 88.98 177.82 -
System Red Green Blue C M Y K H S L
Decimal 178 86 39 0 0.52 0.78 0.30 20.29 0.64 0.43
Hex B2 56 27 0 34 4E 1E 14 40 2B
Octal 262 126 47 0 64 116 36 24 100 53
Binary 10110010 1010110 100111 0 110100 1001110 11110 10100 1000000 101011

Color Harmonies of #B25627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25627

Black with #B25627

Text Example


Text Example

White with #B25627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25627; }

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

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

background-color css

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

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

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

border-color css

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

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

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