Html Css Color HEX #B25F21 Fiery Orange

📋 copy color: '#B25F21'

red 178 ◦ green 95 ◦ blue 33

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

Shades of Fiery Orange #B25F21

Tints of Fiery Orange #B25F21

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.05%

 BLUE value IS 33 (13.28% from 255) = 10.78%

R = 58.17%
G = 31.05%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B25F21 (or 0xB25F21) is known color: Fiery Orange. HEX triplet: B2, 5F and 21. RGB value is (178,95,33). Sum of RGB (Red+Green+Blue) = 178+95+33=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B25F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25F21 is #4DA0DE. Grayscale: #717171. Windows color (decimal): -5087455 or 2187186. OLE color: 2187186.

HSL color Cylindrical-coordinate representation of color #B25F21: hue angle of 25.66º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B25F21 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 95 33 -
CMYK 0 0.47 0.81 0.30
HSL 25.66º 0.69% 0.41% -
HSV(B) 25.66º 0.81% 0.7% -
XYZ 22.73 17.76 3.67 -
YUV 112.75 83 174.54 -
System Red Green Blue C M Y K H S L
Decimal 178 95 33 0 0.47 0.81 0.30 25.66 0.69 0.41
Hex B2 5F 21 0 2F 51 1E 1A 45 29
Octal 262 137 41 0 57 121 36 32 105 51
Binary 10110010 1011111 100001 0 101111 1010001 11110 11010 1000101 101001

Color Harmonies of #B25F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25F21

Black with #B25F21

Text Example


Text Example

White with #B25F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25F21; }

 p { color: rgb(178,95,33); }

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

background-color css

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

 a { background-color: rgb(178,95,33); }

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

border-color css

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

 span { border-color: rgb(178,95,33); }

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