Html Css Color HEX #B95B25 Fiery Orange

📋 copy color: '#B95B25'

red 185 ◦ green 91 ◦ blue 37

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

Shades of Fiery Orange #B95B25

Tints of Fiery Orange #B95B25

RGB

 RED value IS 185 (72.66% from 255) = 59.11%

 GREEN value IS 91 (35.94% from 255) = 29.07%

 BLUE value IS 37 (14.84% from 255) = 11.82%

R = 59.11%
G = 29.07%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#B95B25 (or 0xB95B25) is known color: Fiery Orange. HEX triplet: B9, 5B and 25. RGB value is (185,91,37). Sum of RGB (Red+Green+Blue) = 185+91+37=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95B25 is #46A4DA. Grayscale: #717171. Windows color (decimal): -4629723 or 2448313. OLE color: 2448313.

HSL color Cylindrical-coordinate representation of color #B95B25: hue angle of 21.89º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B95B25 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 91 37 -
CMYK 0 0.51 0.80 0.27
HSL 21.89º 0.67% 0.44% -
HSV(B) 21.89º 0.8% 0.73% -
XYZ 24.08 17.93 3.94 -
YUV 112.95 85.14 179.39 -
System Red Green Blue C M Y K H S L
Decimal 185 91 37 0 0.51 0.80 0.27 21.89 0.67 0.44
Hex B9 5B 25 0 33 50 1B 16 43 2C
Octal 271 133 45 0 63 120 33 26 103 54
Binary 10111001 1011011 100101 0 110011 1010000 11011 10110 1000011 101100

Color Harmonies of #B95B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95B25

Black with #B95B25

Text Example


Text Example

White with #B95B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95B25; }

 p { color: rgb(185,91,37); }

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

background-color css

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

 a { background-color: rgb(185,91,37); }

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

border-color css

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

 span { border-color: rgb(185,91,37); }

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