Html Css Color HEX #B25934 Fiery Orange

📋 copy color: '#B25934'

red 178 ◦ green 89 ◦ blue 52

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

Shades of Fiery Orange #B25934

Tints of Fiery Orange #B25934

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.9%

 BLUE value IS 52 (20.7% from 255) = 16.3%

R = 55.8%
G = 27.9%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B25934 (or 0xB25934) is known color: Fiery Orange. HEX triplet: B2, 59 and 34. RGB value is (178,89,52). Sum of RGB (Red+Green+Blue) = 178+89+52=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B25934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25934 is #4DA6CB. Grayscale: #6F6F6F. Windows color (decimal): -5088972 or 3430834. OLE color: 3430834.

HSL color Cylindrical-coordinate representation of color #B25934: hue angle of 17.62º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B25934 is Cyan = 0, Magento = 0.5, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 89 52 -
CMYK 0 0.5 0.71 0.30
HSL 17.62º 0.55% 0.45% -
HSV(B) 17.62º 0.71% 0.7% -
XYZ 22.55 16.86 5.31 -
YUV 111.39 94.49 175.51 -
System Red Green Blue C M Y K H S L
Decimal 178 89 52 0 0.5 0.71 0.30 17.62 0.55 0.45
Hex B2 59 34 0 32 47 1E 12 37 2D
Octal 262 131 64 0 62 107 36 22 67 55
Binary 10110010 1011001 110100 0 110010 1000111 11110 10010 110111 101101

Color Harmonies of #B25934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25934

Black with #B25934

Text Example


Text Example

White with #B25934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25934; }

 p { color: rgb(178,89,52); }

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

background-color css

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

 a { background-color: rgb(178,89,52); }

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

border-color css

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

 span { border-color: rgb(178,89,52); }

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