Html Css Color HEX #B95323 Fiery Orange

📋 copy color: '#B95323'

red 185 ◦ green 83 ◦ blue 35

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

Shades of Fiery Orange #B95323

Tints of Fiery Orange #B95323

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.39%

 BLUE value IS 35 (14.06% from 255) = 11.55%

R = 61.06%
G = 27.39%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B95323 (or 0xB95323) is known color: Fiery Orange. HEX triplet: B9, 53 and 23. RGB value is (185,83,35). Sum of RGB (Red+Green+Blue) = 185+83+35=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B95323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95323 is #46ACDC. Grayscale: #6C6C6C. Windows color (decimal): -4631773 or 2315193. OLE color: 2315193.

HSL color Cylindrical-coordinate representation of color #B95323: hue angle of 19.2º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B95323 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 83 35 -
CMYK 0 0.55 0.81 0.27
HSL 19.2º 0.68% 0.43% -
HSV(B) 19.2º 0.81% 0.73% -
XYZ 23.4 16.62 3.56 -
YUV 108.03 86.79 182.9 -
System Red Green Blue C M Y K H S L
Decimal 185 83 35 0 0.55 0.81 0.27 19.2 0.68 0.43
Hex B9 53 23 0 37 51 1B 13 44 2B
Octal 271 123 43 0 67 121 33 23 104 53
Binary 10111001 1010011 100011 0 110111 1010001 11011 10011 1000100 101011

Color Harmonies of #B95323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95323

Black with #B95323

Text Example


Text Example

White with #B95323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95323; }

 p { color: rgb(185,83,35); }

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

background-color css

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

 a { background-color: rgb(185,83,35); }

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

border-color css

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

 span { border-color: rgb(185,83,35); }

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